Update VS Code configuration

This commit is contained in:
Ben Merritt 2019-07-22 22:57:32 -07:00
parent 0e32cbcd5c
commit a6cf949e16
No known key found for this signature in database
GPG Key ID: F8AD20ED4E6239B7
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@
],
"defines": [],
"intelliSenseMode": "clang-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"/usr/include",
@ -33,6 +34,7 @@
],
"defines": [],
"intelliSenseMode": "clang-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"/usr/include",
@ -58,6 +60,7 @@
"UNICODE"
],
"intelliSenseMode": "msvc-x64",
"cppStandard": "c++14",
"browse": {
"path": [
"C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include/*",
@ -74,6 +77,7 @@
{
"name": "WSL",
"intelliSenseMode": "clang-x64",
"cppStandard": "c++14",
"includePath": [
"${workspaceRoot}",
"${workspaceRoot}/src"