We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3c8ca commit ee45f80Copy full SHA for ee45f80
.vscode/tasks.json
@@ -19,7 +19,7 @@
19
"type": "shell",
20
"label": "PreCompile",
21
"windows": {
22
- "command": "tools\\ninja -f ninja\\msvc.ninja"
+ "command": "chcp 65001 && msvc_build.bat"
23
},
24
"linux": {
25
"command": "ninja -f ninja/linux.ninja"
0 commit comments