File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -442,3 +442,7 @@ command.addon_manager.open =
442
442
' Lua: Open Addon Manager ...'
443
443
command .reloadFFIMeta =
444
444
' Lua: Reload luajit ffi meta'
445
+ command .startServer =
446
+ ' Lua: (debug) Start Language Server'
447
+ command .stopServer =
448
+ ' Lua: (debug) Stop Language Server'
Original file line number Diff line number Diff line change @@ -442,3 +442,7 @@ command.addon_manager.open = -- TODO: need translate!
442
442
' Lua: Open Addon Manager ...'
443
443
command .reloadFFIMeta = -- TODO: need translate!
444
444
' Lua: Reload luajit ffi meta'
445
+ command .startServer = -- TODO: need translate!
446
+ ' Lua: (debug) Start Language Server'
447
+ command .stopServer = -- TODO: need translate!
448
+ ' Lua: (debug) Stop Language Server'
Original file line number Diff line number Diff line change @@ -441,3 +441,7 @@ command.addon_manager.open =
441
441
' Lua: 打开插件管理器...'
442
442
command .reloadFFIMeta =
443
443
' Lua: 重新生成luajit的FFI模块C语言元数据'
444
+ command .startServer =
445
+ ' Lua: (debug) 启动服务器'
446
+ command .stopServer =
447
+ ' Lua: (debug) 停止服务器'
Original file line number Diff line number Diff line change @@ -441,3 +441,7 @@ command.addon_manager.open = -- TODO: need translate!
441
441
' Lua: Open Addon Manager ...'
442
442
command .reloadFFIMeta = -- TODO: need translate!
443
443
' Lua: Reload luajit ffi meta'
444
+ command .startServer = -- TODO: need translate!
445
+ ' Lua: (debug) Start Language Server'
446
+ command .stopServer = -- TODO: need translate!
447
+ ' Lua: (debug) Stop Language Server'
You can’t perform that action at this time.
0 commit comments