exclude arduinojson with Todo Tree

This commit is contained in:
proddy
2023-07-24 08:31:49 +01:00
parent ded26feeb6
commit c8466df61d
4 changed files with 17 additions and 4 deletions

15
.vscode/settings.json vendored
View File

@@ -28,5 +28,18 @@
"utility": "cpp",
"string": "cpp",
"string_view": "cpp"
}
},
"todo-tree.filtering.excludeGlobs": [
"**/vendor/**",
"**/node_modules/**",
"**/dist/**",
"**/bower_components/**",
"**/build/**",
"**/.vscode/**",
"**/.github/**",
"**/_output/**",
"**/*.min.*",
"**/*.map",
"**/ArduinoJson/**"
]
}