Files
netrunner-proxy/.vscode/settings.json
T
2026-03-15 23:47:15 +07:00

9 lines
283 B
JSON

{
"rust-analyzer.linkedProjects": ["Cargo.toml"],
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.check.command": "check",
"rust-analyzer.cargo.target": "x86_64-pc-windows-msvc",
"makefile.configureOnOpen": false
}