16 lines
460 B
JSON
16 lines
460 B
JSON
{
|
|
"rust-analyzer.cargo.features": [],
|
|
"rust-analyzer.cargo.allFeatures": false,
|
|
"editor.formatOnSave": true,
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
"rust-analyzer.checkOnSave.allFeatures": false,
|
|
"rust-analyzer.cargo.runBuildScripts": false,
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
"cargo",
|
|
"check",
|
|
"--message-format=json",
|
|
"-Z",
|
|
"build-std=core",
|
|
"--examples"
|
|
]
|
|
} |