6 lines
278 B
JSON
6 lines
278 B
JSON
{
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
"cargo", "check", "--message-format=json", "--target-dir", "target/lsp" ],
|
|
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
|
"cargo", "check", "--message-format=json", "--target-dir", "target/lsp" ]
|
|
}
|