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