Files
netrunner-proxy/.vscode/settings.json
T
2026-03-16 15:45:39 +07:00

9 lines
285 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
}