LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
fatal error: concurrent map read and map write goroutine 25119 [running]: luahelper-lsp/langserver/check.(*AllProject).getAnnotateStrTypeInfo(0xc0008baee0, {0xc01ad97bd3, 0x8}, {0xc0000a4d80, 0x3a}, 0x11?) I:/companyproject/LuaHelper/github/LuaHelper/luahelper-lsp/langserver/check/check_lsp_annotate.go:1820 +0x85 luahelper-lsp/langserver/check.(*AllProject).getAliasMultiCandidate(0xc025cee7e0?, {0xc01ad97bd3?, 0xc01ce449b0?}, {0xc0000a4d80?, 0x2d?}, 0x0?) I:/companyproject/LuaHelper/github/LuaHelper/luahelper-lsp/langserver/check/check_lsp_annotate.go:1838 +0x3b luahelper-lsp/langserver/check.(*AllProject).getSymbolAliasMultiCandidate(0x1?, {0x3911c0?, 0xc01d12ca40?},...
该目录或文件,不是正确存放项目代码的位置。 但是其中仍然可能存在 lua 文件。
1. 系统环境MacOS 15.3.1 M1芯片 2. vscode调试单个lua文件 3. 命令行结果 lua % lua -e "package.path = '/Users/Yan/.vscode/extensions/yinfei.luahel per-0.2.29/debugger/?.lua;'.. package.path; package.cpath = '/Users/Yan/.vscode/extensio ns/yinfei.luahelper-0.2.29/debugger/luasocket/mac/lua5.4/?.so;'.. package.cpath; require( 'LuaPanda').start('127.0.0.1',8818);" "/Users/Yan/Code/lua/test.lua" [LuaPanda] [Error] reGetSock fail [LuaPanda]...
Currently, after opening a `.lua` file, "LuaHelper" shows up in the status bar, even after swithing to another file type, e.g. `.js`, "LuaHelper" still persists. Please show "LuaHelper" in the...
report = function(self, data) -- Play a notification sound (using ReadyCheck sound as it's distinctive but not annoying) PlaySound(SOUNDKIT.READY_CHECK or "ReadyCheck", "Master") --luahelper-format-disable print(string.format( "|cFFFFFF00Hour Report|r\n" .. "Experience: %d\n" .....
Mobdebug can be easily installed using `luarocks`: https://github.com/pkulchenko/MobDebug -- but for your extension we have to manually move the luapanda.lua file around. It would be nicer if we could just...
LuaJIT with FFI ```lua if (a - b >= 1000ULL) then sec = 0ULL end ```
Hi! If I set the `"luahelper.format.column_limit": 100,` at the Folder settings, the formatter ignores that. If I set it at the User settings, it works. Am I missing something? Thanks...