LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
When the extension is installed on NixOS, it gives the following error: ```console [Info - 8:31:35 AM] Connection to server got closed. Server will restart. Could not start dynamically linked...
如题,操作太繁琐。客户端总是报First connect failed。reconnect failed。是不是因为上一个连接还存在,导致无法建立新的连接(也没有心跳机制检查当前连接的活性)。能不能重启游戏时,发现新的连接,断开老的连接,连接新的。
# Issue When installing the extension, debugging does not work out of the box due to the following error: ```bash [LuaPanda] [Error] reGetSock fail [LuaPanda] [Error] Start debugger but get...
### Actual Behaviour https://github.com/user-attachments/assets/2db04511-23f3-4974-a0cd-8996513eba5b ### Expected Behaviour https://github.com/user-attachments/assets/325b4c9e-7644-490f-a5f5-a57db2bc3155
调用函数传入的参数和注解类型不一致给出警告
报错如下,宿主机和容器架构都是aarch64。 [Error - 7:44:28 PM] Connection to server is erroring. Shutting down server. [Error - 7:44:28 PM] Connection to server got closed. Server will not be restarted. rosetta error: failed...
I see the VS Code extension can handle the completion properly, but when I use this lib server part, I find it only returns the label in completionItem, no textEdit...
比如: local PROTOCOL_FIELDS = { -- 发动机基础参数 {name="rpm", bytes={1,2}, scale=1, signed=false, unit="RPM"}, -- 0:1 {name="throttle", bytes={3,4}, scale=10, signed=false, unit="%"}, -- 0.1% {name="manifold_press", bytes={5,6}, scale=10, signed=false, unit="kPa"} } 我不希望这一段被格式化,能不能加入类似 --! *NO_FORMAT_START*...