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

update menu

parent d055b9f2
Branches
Tags
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment