Skip to content

Commit

Permalink
ajust cpp properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatozinho committed Mar 31, 2018
1 parent e81f73d commit e4d182b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/local/include",
"${workspaceRoot}",
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/include/x86_64-linux-gnu",
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/include/linux"
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/include/linux",
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/include/c++/5/tr1",
"C:/Users/gusta/AppData/Local/Packages/CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc/LocalState/rootfs/usr/include/c++/5"
],
"defines": [],
"intelliSenseMode": "clang-x64",
Expand Down Expand Up @@ -157,8 +159,7 @@
}
},
{
"configurations": [
{

"name": "Win32",
"intelliSenseMode": "clang-x64",
"includePath": [
Expand All @@ -185,10 +186,9 @@
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
],
"intelliSenseMode": "msvc-x64"

}
],
"intelliSenseMode": "msvc-x64",
"version": 3
}

0 comments on commit e4d182b

Please sign in to comment.