update vscode include path

This commit is contained in:
EpochFlame 2023-04-24 16:14:01 -04:00
parent e4b15ae2de
commit 4664f368ba
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,8 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/include"
"${workspaceFolder}/include",
"${workspaceFolder}/include/stl"
],
"cStandard": "c99",
"cppStandard": "c++98",

@ -7,7 +7,6 @@
"files.encoding": "shiftjis",
"editor.defaultFormatter": "xaver.clang-format"
},
"clang-format.executable": "C:\\Users\\dsp\\OneDrive\\Desktop\\pikmin2\\clang-format.exe",
"editor.tabSize": 4,
"files.associations": {
"source_location": "cpp",