Fixing build for the millionth time
This commit is contained in:
Vendored
+2
-1
@@ -12,7 +12,8 @@
|
||||
],
|
||||
"windowsSdkVersion": "10.0.18362.0",
|
||||
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe",
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
"intelliSenseMode": "msvc-x64",
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
||||
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"telemetry.enableTelemetry": false,
|
||||
"cmake.buildDirectory": "${workspaceFolder}/bin/${buildType}",
|
||||
"git.autofetch": false,
|
||||
"git.enabled": false,
|
||||
"files.associations": {
|
||||
"*.h": "cpp",
|
||||
"xstring": "cpp",
|
||||
|
||||
Reference in New Issue
Block a user