mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-21 16:01:04 +00:00
chore: disable zed rust lsp for herdr
This commit is contained in:
+21
-4
@@ -11,14 +11,26 @@
|
||||
"**/.classpath",
|
||||
"**/.settings",
|
||||
"**/target",
|
||||
"**/vendor",
|
||||
"**/node_modules",
|
||||
"**/.zig-cache",
|
||||
"**/zig-out",
|
||||
],
|
||||
|
||||
"languages": {
|
||||
"Rust": {
|
||||
"enable_language_server": false,
|
||||
"formatter": "auto",
|
||||
"format_on_save": "off"
|
||||
}
|
||||
},
|
||||
|
||||
"lsp": {
|
||||
"rust-analyzer": {
|
||||
"enable_lsp_tasks": false,
|
||||
"initialization_options": {
|
||||
"checkOnSave": false,
|
||||
"cargo": {
|
||||
"targetDir": true,
|
||||
"allTargets": false,
|
||||
"buildScripts": {
|
||||
"enable": false
|
||||
@@ -27,6 +39,9 @@
|
||||
"check": {
|
||||
"workspace": false
|
||||
},
|
||||
"rust": {
|
||||
"analyzerTargetDir": true
|
||||
},
|
||||
"files": {
|
||||
"exclude": [
|
||||
"target",
|
||||
@@ -35,14 +50,16 @@
|
||||
]
|
||||
},
|
||||
"lru": {
|
||||
"capacity": 48
|
||||
"capacity": 32
|
||||
},
|
||||
"cachePriming": {
|
||||
"enable": false
|
||||
"enable": false,
|
||||
"numThreads": 1
|
||||
},
|
||||
"procMacro": {
|
||||
"enable": false
|
||||
}
|
||||
},
|
||||
"numThreads": 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user