summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-11-27 14:22:24 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-11-27 14:22:24 +0800
commit44ffd4ec7e08f232f7ac16856695b7f409423e2d (patch)
tree2f8cc9626923592a5c5db765dde792b9a7140ff4 /.vscode/tasks.json
parentabfc10df6a5bb9b9c6cc18e1e67000de24b37279 (diff)
downloadlua-language-server-44ffd4ec7e08f232f7ac16856695b7f409423e2d.zip
移除 Install task
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json10
1 files changed, 1 insertions, 9 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 8bb1b196..89278fe3 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -36,13 +36,5 @@
"label": "Compile",
"command": "${workspaceFolder}/3rd/luamake/luamake rebuild"
},
- {
- "label": "Install",
- "command": "${workspaceFolder}/build/lua",
- "args": [
- "make/copy.lua",
- "${command:extensionPath}"
- ]
- }
]
-} \ No newline at end of file
+}