From 7c3a3f0a884672440e0c9dbd14951c1f62b95b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com> Date: Wed, 1 Mar 2023 16:30:50 +0800 Subject: [PATCH] update menu --- package/package.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package/package.lua b/package/package.lua index cb591aa..02a1996 100644 --- a/package/package.lua +++ b/package/package.lua @@ -38,6 +38,10 @@ return { command = "lua.psi.view", title = "Lua Psi Viewer" }, + { + command = "lua.addon_manager.open", + title = "%command.addon_manager.open%", + }, { command = "lua.exportDocument", title = "%command.exportDocument%", @@ -49,7 +53,12 @@ return { when = "resourceLangId == lua", command = "lua.exportDocument", group = "z_commands" - } + }, + { + when = "resourceLangId == lua", + command = "lua.addon_manager.open", + group = "z_commands", + }, } }, configuration = { -- GitLab