From a8acf71733112b894b8256e566cddee1912885f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 25 Mar 2020 14:10:50 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=20compile=20=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/tasks.json') 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" }, ] } -- cgit v1.2.3