chore(vscode): disable rust-analyzer cache priming (#324)

This commit is contained in:
Makito
2025-07-26 17:56:51 +09:00
committed by GitHub
parent f37738af57
commit 4eef2f027e
+1
View File
@@ -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
}