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

View File

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

View File

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