13 lines
372 B
JSON
13 lines
372 B
JSON
{
|
|
"rust-analyzer.cargo.features": ["desktop"],
|
|
"rust-analyzer.linkedProjects": ["Cargo.toml"],
|
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
|
"rust-analyzer.procMacro.enable": true,
|
|
"rust-analyzer.check.command": "check",
|
|
"rust-analyzer.check.targets": [
|
|
"aarch64-linux-android",
|
|
"x86_64-unknown-linux-gnu"
|
|
],
|
|
"makefile.configureOnOpen": false
|
|
}
|