7 lines
187 B
JSON
7 lines
187 B
JSON
{
|
|
"rust-analyzer.cargo.features": "all",
|
|
"rust-analyzer.linkedProjects": ["Cargo.toml"],
|
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
|
"rust-analyzer.check.command": "check"
|
|
}
|