Skip to content

Commit bfdb58c

Browse files
committed
add vscode settings file
1 parent 8281cc8 commit bfdb58c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)