Skip to content

Commit

Permalink
Update vscode config [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed May 4, 2019
1 parent bf50d98 commit aaebb10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/launch.json
Expand Up @@ -11,7 +11,7 @@
"stopAtEntry": false,
"cwd": "${workspaceFolder}/bin",
"environment": [],
"externalConsole": true,
"externalConsole": false,
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
Expand Down

0 comments on commit aaebb10

Please sign in to comment.