summaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorEric Dao <eric@erickhangdao.com>2023-05-12 14:09:07 -0400
committerEric Dao <eric@erickhangdao.com>2023-05-12 14:09:07 -0400
commit191e4bd8beae134295d481773823142d2fdc6a98 (patch)
treeaaca4e7f8e229f9bd551d9bb1583b8ecd7a59d4a /.vscode/c_cpp_properties.json
parent186daed7e179241377c117e9d208ccd301d4d712 (diff)
downloadura-master.tar.gz
ura-master.tar.bz2
ura-master.zip
refactored tool chain setup, able to debug and run from vscode nowHEADmaster
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