Update vscode config [ci skip]

This commit is contained in:
Ted John 2019-05-04 14:04:20 +00:00
parent bf50d98e42
commit aaebb109e1
2 changed files with 3 additions and 2 deletions

View File

@ -32,7 +32,8 @@
"/usr/include", "/usr/include",
"/usr/local/include", "/usr/local/include",
"${workspaceRoot}", "${workspaceRoot}",
"${workspaceRoot}/src" "${workspaceRoot}/src",
"${workspaceRoot}/bin/googletest-distribution-prefix/src/googletest-distribution/googletest/include/gtest"
], ],
"defines": [], "defines": [],
"intelliSenseMode": "clang-x64", "intelliSenseMode": "clang-x64",

2
.vscode/launch.json vendored
View File

@ -11,7 +11,7 @@
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}/bin", "cwd": "${workspaceFolder}/bin",
"environment": [], "environment": [],
"externalConsole": true, "externalConsole": false,
"setupCommands": [ "setupCommands": [
{ {
"description": "Enable pretty-printing for gdb", "description": "Enable pretty-printing for gdb",