mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
13 lines
238 B
JSON
13 lines
238 B
JSON
|
{
|
||
|
"rust-analyzer.checkOnSave.allTargets": false,
|
||
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
||
|
"cargo",
|
||
|
"build",
|
||
|
"--quiet",
|
||
|
"--workspace",
|
||
|
"--message-format=json",
|
||
|
"--lib",
|
||
|
"--bins",
|
||
|
"--examples"
|
||
|
]
|
||
|
}
|