mirror of
https://github.com/projectPiki/pikmin2.git
synced 2025-02-24 15:51:47 +00:00
update vscode include path
This commit is contained in:
parent
e4b15ae2de
commit
4664f368ba
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -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",
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user