Fix FS include path in Nostalgia

This commit is contained in:
2018-02-13 19:20:20 -06:00
parent d5b0bb69df
commit d3b8e6089b
8 changed files with 56 additions and 13 deletions

5
.vscode/.cmaketools.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"variant": null,
"activeEnvironments": [],
"codeModel": null
}

View File

@ -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
}