summaryrefslogtreecommitdiff
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index cd27e44..a0a4425 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -4,7 +4,6 @@
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
- "${workspaceFolder}/OASIS/C/Inc",
"/usr/include/x86_64-linux-gnu/openblas-pthread",
"/usr/include/x86_64-linux-gnu/c++/9"
],
@@ -15,7 +14,8 @@
],
"cStandard": "c11",
"cppStandard": "gnu++14",
- "intelliSenseMode": "windows-gcc-x86"
+ "intelliSenseMode": "windows-gcc-x86",
+ "configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4