1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-01-16 07:20:23 +00:00
Files
UltimateTrainingModpack/.vscode/settings.json

10 lines
192 B
JSON
Raw Normal View History

2020-05-16 12:31:42 -07:00
{
"rust-analyzer.check.overrideCommand": [
2022-12-15 22:55:33 -05:00
"cargo",
"+nightly",
2020-09-27 22:24:50 +00:00
"clippy",
2020-05-16 12:31:42 -07:00
"--workspace",
"--message-format=json",
2020-09-27 23:56:18 +00:00
"--all-features",
2020-05-16 12:31:42 -07:00
],
}