2025-09-07 08:47:54 +02:00
|
|
|
{
|
2025-09-07 12:31:11 +02:00
|
|
|
"makefile.configureOnOpen": false,
|
2025-10-05 14:35:44 +02:00
|
|
|
"git.enabled": false,
|
|
|
|
|
"claude-code.environmentVariables": [
|
|
|
|
|
|
2025-10-28 18:41:34 +01:00
|
|
|
],
|
|
|
|
|
// Exclusions via VS Code
|
|
|
|
|
"files.exclude": {
|
|
|
|
|
"target": true,
|
|
|
|
|
"**/target": true,
|
|
|
|
|
"node_modules": true
|
|
|
|
|
},
|
|
|
|
|
"rust-analyzer.procMacro.enable": true,
|
|
|
|
|
"rust-analyzer.numThreads": 4
|
2025-09-07 08:47:54 +02:00
|
|
|
}
|