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