We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e921 commit 38f6d27Copy full SHA for 38f6d27
.vscode/tasks.json
@@ -4,7 +4,7 @@
4
"version": "2.0.0",
5
"options": {
6
"env": {
7
- "LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release"
+ "LD_LIBRARY_PATH": "${workspaceFolder}/bin/x86_64/Debug:${workspaceFolder}/bin/x86_64/Mixed:${workspaceFolder}/bin/x86_64/Release:${workspaceFolder}/bin/x86_64/RelWithDebInfo"
8
}
9
},
10
"tasks": [
0 commit comments