mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2026-01-22 10:20:24 +00:00
Fix rust-analyzer config (#445)
This commit is contained in:
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"rust-analyzer.checkOnSave.overrideCommand": [
|
||||
"xargo",
|
||||
"cargo",
|
||||
"+nightly",
|
||||
"clippy",
|
||||
"--workspace",
|
||||
"--message-format=json",
|
||||
@@ -9,11 +10,4 @@
|
||||
"-A",
|
||||
"clippy::borrow_interior_mutable_const"
|
||||
],
|
||||
"rust-analyzer.updates.channel": "nightly",
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"prettier.printWidth": 120,
|
||||
"prettier.singleQuote": true,
|
||||
"prettier.tabWidth": 4
|
||||
}
|
||||
Reference in New Issue
Block a user