Removed clippy from default settings
This commit is contained in:
parent
42c01c5b10
commit
8cf2ae3b6b
1 changed files with 8 additions and 8 deletions
|
@ -154,13 +154,13 @@
|
||||||
//rust-analyzer
|
//rust-analyzer
|
||||||
//typescript-language-server
|
//typescript-language-server
|
||||||
//vscode-json-languageserver
|
//vscode-json-languageserver
|
||||||
"rust_analyzer": {
|
// "rust_analyzer": {
|
||||||
//These initialization options are merged into Zed's defaults
|
// //These initialization options are merged into Zed's defaults
|
||||||
"initialization_options": {
|
// "initialization_options": {
|
||||||
"checkOnSave": {
|
// "checkOnSave": {
|
||||||
"command": "clippy"
|
// "command": "clippy"
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue