mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-03-29 08:39:52 +00:00
Merge branch 'fix/vscode-watcher-exclude' into mntm-dev --nobuild
This commit is contained in:
10
.vscode/example/settings.json.tmpl
vendored
10
.vscode/example/settings.json.tmpl
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user