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/local/include",
"${workspaceRoot}",
"${workspaceRoot}/src"
"${workspaceRoot}/src",
"${workspaceRoot}/bin/googletest-distribution-prefix/src/googletest-distribution/googletest/include/gtest"
],
"defines": [],
"intelliSenseMode": "clang-x64",

2
.vscode/launch.json vendored
View File

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