We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8281cc8 commit bfdb58cCopy full SHA for bfdb58c
.github/.vscode/settings.json
@@ -0,0 +1,11 @@
1
+{
2
+ "C_Cpp.default.cppStandard": "c++11",
3
+ "C_Cpp.default.includePath": [
4
+ "${workspaceFolder}/include",
5
+ "${workspaceFolder}/build",
6
+ "${workspaceFolder:OpenGeode}/build/opengeode/install/include"
7
+ ],
8
+ "files.watcherExclude": {
9
+ "${workspaceFolder}/build/**": true
10
+ }
11
+}
0 commit comments