diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-24 10:24:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-24 10:24:12 +0800 |
commit | f4995ebe9d103fd8e1451c8e9f20717ef56e846b (patch) | |
tree | d273eae63343b7121c24ccc1600e4aca6c7e34e4 /.vscode/tasks.json | |
parent | d6a228958d16b12a86806637ddb17d4e003091b1 (diff) | |
download | lua-language-server-f4995ebe9d103fd8e1451c8e9f20717ef56e846b.zip |
总是用remake来编译
Diffstat (limited to '.vscode/tasks.json')
-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 13f5cee4..7b02f316 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "type": "shell", "label": "编译", - "command": "cd 3rd\\luamake && tools\\ninja -f ninja\\msvc.ninja && cd ..\\.. && 3rd\\luamake\\luamake" + "command": "cd 3rd\\luamake && tools\\ninja -f ninja\\msvc.ninja && cd ..\\.. && 3rd\\luamake\\luamake remake" } ] } |