mirror of
https://github.com/encounter/dtk-template.git
synced 2025-10-05 08:49:39 +00:00
Update objdiff watch patterns to include more extensions (#61)
This commit is contained in:
parent
f512971b4f
commit
d193664911
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -16,6 +16,8 @@
|
|||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.inc": "c",
|
"*.inc": "c",
|
||||||
|
"*.pch": "c",
|
||||||
|
"*.pch++": "cpp",
|
||||||
".clangd": "yaml"
|
".clangd": "yaml"
|
||||||
},
|
},
|
||||||
// Disable C/C++ IntelliSense, use clangd instead
|
// Disable C/C++ IntelliSense, use clangd instead
|
||||||
|
@ -1545,13 +1545,20 @@ def generate_objdiff_config(
|
|||||||
"build_target": False,
|
"build_target": False,
|
||||||
"watch_patterns": [
|
"watch_patterns": [
|
||||||
"*.c",
|
"*.c",
|
||||||
|
"*.cc",
|
||||||
"*.cp",
|
"*.cp",
|
||||||
"*.cpp",
|
"*.cpp",
|
||||||
|
"*.cxx",
|
||||||
|
"*.c++",
|
||||||
"*.h",
|
"*.h",
|
||||||
|
"*.hh",
|
||||||
|
"*.hp",
|
||||||
"*.hpp",
|
"*.hpp",
|
||||||
"*.inc",
|
"*.hxx",
|
||||||
|
"*.h++",
|
||||||
"*.pch",
|
"*.pch",
|
||||||
"*.pch++",
|
"*.pch++",
|
||||||
|
"*.inc",
|
||||||
"*.py",
|
"*.py",
|
||||||
"*.yml",
|
"*.yml",
|
||||||
"*.txt",
|
"*.txt",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user