1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00
UltimateTrainingModpack/.vscode/settings.json

10 lines
224 B
JSON
Raw Normal View History

2020-05-16 19:31:42 +00:00
{
"rust-analyzer.checkOnSave.overrideCommand": [
"xargo",
"check",
"--workspace",
"--message-format=json",
"--all-features"
],
"rust-analyzer.updates.channel": "nightly",
}