LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.

Results 158 LuaHelper issues
Sort by recently updated
recently updated
newest added

装了就没能用过 c:/Users/xxx/.vscode/extensions/yinfei.luahelper-0.2.29/debugger/luasocket/win/x64/lua5.3/lua53.exe -e "package.path = 'c:/Users/xxx/.vscode/extensions/yinfei.luahelper-0.2.29/debugger/?.lua;'.. package.path; package.cpath = 'c:/Users/xxx/.vscode/extensions/yinfei.luahelper-0.2.29/debugger/luasocket/win/x64/lua5.3/?.dll;'.. package.cpath; require('LuaPanda').start('127.0.0.1',8818);" "d:/xxx/xxx/xxx/core.lua" [LuaPanda] [Error] reGetSock fail [LuaPanda] [Error] Start debugger but get Socket fail , please install luasocket! issue有好几个同样的问题...

DFHack 要求模块首行必须包含注释 `--@module = true`:。而插件在格式化时会把 `--` 和 `@module = true` 分开变成 `-- @module = true` 导致《矮人要塞》游戏启动时不加载 MOD 中的对应文件。是否可以加个配置在格式化时停止在 `--` 后插入空格

下载了visx文件,安装后发现server目录下的二进制文件都是x86的,请问有arm版本么

**Description** 当在大型Lua项目中使用悬停提示功能时,语言服务器突然崩溃并自动重启。控制台显示`fatal error: concurrent map read and map write`错误,导致所有LSP功能(代码补全、跳转等)暂时失效。 **重现步骤** 1. 在大型Lua项目(5000+文件)中工作 2. 编辑文件时多次触发悬停提示(hover) 3. 同时修改被多个文件引用的模块 4. 约15分钟后服务器崩溃 **期望行为** 服务器应正确处理并发操作,不崩溃 **错误日志** fatal error: concurrent map read and map write goroutine...

Can this be compiled into an EXE for command-line use, for integration with other IDEs?