diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-14 14:48:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-14 14:48:21 +0800 |
commit | 0d7ab2b2ea0b99613662102ca7a47cc6a5c6645b (patch) | |
tree | 36d095c17e883056a759e66b57f6927d73ed5132 /.vscode | |
parent | eda3e2b640b2cef22c9012120b13e507979240c3 (diff) | |
download | lua-language-server-0d7ab2b2ea0b99613662102ca7a47cc6a5c6645b.zip |
#509 #510 update task
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index dca20fb7..52105b59 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -19,13 +19,13 @@ "type": "shell", "label": "PreCompile", "windows": { - "command": "chcp 65001 && msvc_x64.bat" + "command": "chcp 65001 && compile\\install.bat" }, "linux": { - "command": "ninja -f ninja/linux.ninja" + "command": "compile/install.sh" }, "osx": { - "command": "ninja -f ninja/macos.ninja" + "command": "compile/install.sh" }, "options": { "cwd": "${workspaceFolder}/3rd/luamake" |