diff --git a/waterbox/dsda/.vscode/c_cpp_properties.json b/waterbox/dsda/.vscode/c_cpp_properties.json new file mode 100644 index 0000000000..02a3c7dd10 --- /dev/null +++ b/waterbox/dsda/.vscode/c_cpp_properties.json @@ -0,0 +1,17 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**", + "${workspaceFolder}/../emulibc" + ], + "defines": [], + "compilerPath": "/usr/bin/clang", + "cStandard": "c17", + "cppStandard": "c++17", + "intelliSenseMode": "linux-clang-x64" + } + ], + "version": 4 +} \ No newline at end of file