We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9756bdc commit 169a121Copy full SHA for 169a121
package/package.lua
@@ -46,10 +46,18 @@ return {
46
command = "lua.exportDocument",
47
title = "%command.exportDocument%",
48
},
49
- {
50
- command = "lua.reloadFFIMeta",
51
- title = "%command.reloadFFIMeta%",
52
- },
+ {
+ command = "lua.reloadFFIMeta",
+ title = "%command.reloadFFIMeta%",
+ },
53
54
+ command = "lua.startServer",
55
+ title = "重启服务器",
56
57
58
+ command = "lua.stopServer",
59
+ title = "停止服务器",
60
+ }
61
62
menus = {
63
["editor/context"] = {
@@ -116,6 +124,7 @@ return {
116
124
description = "",
117
125
restrictedConfigurations = {
118
126
"Lua.runtime.plugin",
127
+ "Lua.misc.executablePath",
119
128
"Lua.misc.parameters",
120
129
121
130
0 commit comments