Skip to content

Commit

Permalink
VSCode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed May 19, 2018
1 parent d86227e commit ce520e8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .vscode/c_cpp_properties.json
@@ -0,0 +1,24 @@
{
"configurations": [
{
"name": "SydOS",
"browse": {
"path": [
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
},
"includePath": [
"${workspaceFolder}/src/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"cStandard": "c11",
"cppStandard": "c++17"
}
],
"version": 4
}

0 comments on commit ce520e8

Please sign in to comment.