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