1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-02 17:24:28 +00:00
UltimateTrainingModpack/.vscode/settings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
192 B
JSON
Raw Normal View History

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