Fix FS include path in Nostalgia
This commit is contained in:
5
.vscode/.cmaketools.json
vendored
Normal file
5
.vscode/.cmaketools.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"variant": null,
|
||||
"activeEnvironments": [],
|
||||
"codeModel": null
|
||||
}
|
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@ -1,8 +1,12 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"iostream": "cpp",
|
||||
"ostream": "cpp"
|
||||
"ostream": "cpp",
|
||||
"array": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"utility": "cpp"
|
||||
},
|
||||
"editor.insertSpaces": false,
|
||||
"editor.tabSize": 3
|
||||
"editor.tabSize": 3,
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
Reference in New Issue
Block a user