Finished writeup and fixed crashes

This commit is contained in:
Dynamitos
2021-10-19 23:04:38 +02:00
parent a0693daa67
commit 451572f254
36 changed files with 295 additions and 375 deletions
+4 -4
View File
@@ -3,22 +3,22 @@
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"external/**"
"${workspaceFolder}/src/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "msvc-x64",
"intelliSenseMode": "windows-msvc-x64",
"configurationProvider": "ms-vscode.cmake-tools",
"cppStandard": "c++20",
"browse": {
"path": [
"external/**"
]
}
},
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30037/bin/Hostx64/x64/cl.exe"
}
],
"version": 4
+2 -1
View File
@@ -133,5 +133,6 @@
"**/target": true
},
"C_Cpp.errorSquiggles": "Disabled",
"git.ignoreSubmodules": true
"git.ignoreSubmodules": true,
"cmake.configureOnOpen": true
}