summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 89278fe3..174667e0 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -19,7 +19,7 @@
"type": "shell",
"label": "PreCompile",
"windows": {
- "command": "tools\\ninja -f ninja\\msvc.ninja"
+ "command": "chcp 65001 && msvc_build.bat"
},
"linux": {
"command": "ninja -f ninja/linux.ninja"
@@ -34,7 +34,7 @@
{
"type": "shell",
"label": "Compile",
- "command": "${workspaceFolder}/3rd/luamake/luamake rebuild"
+ "command": "chcp 65001 && ${workspaceFolder}/3rd/luamake/luamake rebuild"
},
]
}