Merge branch 'fix/vscode-watcher-exclude' into mntm-dev --nobuild

This commit is contained in:
WillyJL
2025-10-06 21:57:47 +02:00

View File

@@ -19,5 +19,13 @@
"--compile-commands-dir=${workspaceFolder}/build/latest",
"--clang-tidy",
"--header-insertion=never"
]
],
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/**/modules/**/objects/**": true,
"**/.git/**/subtree-cache/**": true,
"**/.git/**/rr-cache/**": true,
"build/**": true,
"toolchain/**": true
}
}