mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
10 lines
224 B
JSON
10 lines
224 B
JSON
|
{
|
||
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
||
|
"xargo",
|
||
|
"check",
|
||
|
"--workspace",
|
||
|
"--message-format=json",
|
||
|
"--all-features"
|
||
|
],
|
||
|
"rust-analyzer.updates.channel": "nightly",
|
||
|
}
|