vscode: filter-out some todo-tree folders, mostly 3rdparty

This commit is contained in:
Sergio Martins
2022-06-18 22:21:24 +01:00
parent ff92af1e62
commit 303532483b
2 changed files with 13 additions and 5 deletions

View File

@@ -16,6 +16,10 @@
"todo-tree.tree.scanMode": "workspace only",
"todo-tree.tree.disableCompactFolders": false,
"todo-tree.tree.showBadges": true,
"todo-tree.filtering.excludeGlobs": [
"**/ECM",
"**/3rdparty"
],
"todo-tree.general.tags": [
"BUG",
"HACK",
@@ -87,7 +91,7 @@
"name": "msvc-qtwidgets_dockwidgets",
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/build-dev6/bin/examples/qtwidgets_dockwidgets,
"program": "${workspaceFolder}/build-dev6/bin/examples/qtwidgets_dockwidgets",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
@@ -125,4 +129,4 @@
}
]
}
}
}