aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json55
1 files changed, 4 insertions, 51 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index cd13c94..5512cb3 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -1,64 +1,17 @@
{
"configurations": [
{
- "name": "Mac",
- "includePath": [
- "/usr/include",
- "/usr/local/include",
- "${workspaceRoot}"
- ],
+ "name": "null",
+ "includePath": [],
"defines": [],
- "intelliSenseMode": "clang-x64",
"browse": {
"path": [
- "/usr/include",
- "/usr/local/include",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
- }
- },
- {
- "name": "Linux",
- "includePath": [
- "/usr/include/c++/5",
- "/usr/local/include",
- "/usr/include",
- "${workspaceRoot}"
- ],
- "defines": [],
- "intelliSenseMode": "clang-x64",
- "browse": {
- "path": [
- "/usr/include/c++/5",
- "/usr/local/include",
- "/usr/include",
- "${workspaceRoot}"
- ],
- "limitSymbolsToIncludedHeaders": true,
- "databaseFilename": ""
- }
- },
- {
- "name": "Win32",
- "includePath": [
- "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include",
- "${workspaceRoot}"
- ],
- "defines": [
- "_DEBUG",
- "UNICODE"
- ],
- "intelliSenseMode": "msvc-x64",
- "browse": {
- "path": [
- "C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include/*",
- "${workspaceRoot}"
- ],
- "limitSymbolsToIncludedHeaders": true,
- "databaseFilename": ""
- }
+ },
+ "intelliSenseMode": "clang-x64"
}
],
"version": 2