mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue