chore(vscode): disable rust-analyzer cache priming (#324)
This commit is contained in:
Vendored
+1
@@ -67,5 +67,6 @@
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"rust-analyzer.checkOnSave": true,
|
||||
"rust-analyzer.cachePriming.enable": false, // Disable cache priming on workspace startup to save some memory while working on non-Rust tasks
|
||||
"vitest.disableWorkspaceWarning": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user