We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ea15d commit 3dcd3e5Copy full SHA for 3dcd3e5
.vscode/tasks.json
@@ -19,7 +19,7 @@
19
"type": "shell",
20
"label": "PreCompile",
21
"windows": {
22
- "command": "chcp 65001 && msvc_build.bat"
+ "command": "chcp 65001 && msvc_x64.bat"
23
},
24
"linux": {
25
"command": "ninja -f ninja/linux.ninja"
0 commit comments