Skip to content
Snippets Groups Projects
Commit c37f5d07 authored by 最萌小汐's avatar 最萌小汐
Browse files

command 支持

parent f418fcc6
Branches
Tags
No related merge requests found
...@@ -30,7 +30,8 @@ local package = { ...@@ -30,7 +30,8 @@ local package = {
vscode = "^1.23.0" vscode = "^1.23.0"
}, },
activationEvents = { activationEvents = {
"onLanguage:lua" "onLanguage:lua",
"onCommand:extension.lua.doc",
}, },
main = "./client/out/extension", main = "./client/out/extension",
contributes = { contributes = {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
}, },
"activationEvents": [ "activationEvents": [
"onLanguage:lua", "onLanguage:lua",
"onCommand:lua-doc.open" "onCommand:extension.lua.doc"
], ],
"author": "sumneko", "author": "sumneko",
"categories": [ "categories": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment