diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-24 15:04:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-24 15:04:11 +0800 |
commit | c34940df790c8e26ce6e37a076785e718e08f523 (patch) | |
tree | 4e2d9bed5c12506947eaec78e36eb70fc602bbc4 | |
parent | ca0f38fa98416362e01dbf6a81fdb3bf4fbd4344 (diff) | |
download | lua-language-server-c34940df790c8e26ce6e37a076785e718e08f523.zip |
#324
-rw-r--r-- | .vscode/tasks.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4771a2ef..dca20fb7 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -35,7 +35,7 @@ "type": "shell", "label": "Compile", "windows": { - "command": "chcp 65001 && ${workspaceFolder}/3rd/luamake/luamake rebuild.bat" + "command": "chcp 65001 && ${workspaceFolder}/3rd/luamake/luamake rebuild" }, "linux": { "command": "${workspaceFolder}/3rd/luamake/luamake rebuild" |