vscode: Use less generic directory than "cache"
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4430>
This commit is contained in:
parent
6a0965cb8a
commit
3abca8d847
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -41,7 +41,7 @@
|
||||
"${workspaceFolder}/${config:mesonbuild.buildFolder}",
|
||||
],
|
||||
"searchMicrosoftSymbolServer": true,
|
||||
"cachePath": "${workspaceFolder}\\${config:mesonbuild.buildFolder}\\cache",
|
||||
"cachePath": "${workspaceFolder}\\${config:mesonbuild.buildFolder}\\vscode-symbols-cache",
|
||||
"moduleFilter": {
|
||||
"mode": "loadAllButExcluded",
|
||||
"excludedModules": []
|
||||
|
Loading…
x
Reference in New Issue
Block a user