LuaCoderAssist
LuaCoderAssist copied to clipboard
vscode lua assistant intelligent
``` Critical error: Couldn't find configuration file \\wsl$\Ubuntu\home\stan\projects\work\CoreGameTemplate\.luacheckrc ``` The file is there though 
It's usually happends at 10-20 minutes of coding session, then Luacheck errors/warnings stops displayed. The only way to show it back is to reload VS Code window. Reproducing this is...
When a .luacheckrc file is automaticly detected it passes the cwd of the file. In this case the cwd of the .luacheckrc file should be used. This rough js change...
"LuaCoderAssist.luacheck.ignore": [611,612] 或 "LuaCoderAssist.luacheck.ignore": ["611","612"] 均无效,请问是格式上有什么问题还是说插件存在这个bug呢?
调试扩展,执行launch client,直接报这个,系统mac 
```txt [Info - 10:34:58 PM] coder inited [Info - 10:34:58 PM] extension initialize status: true [Info - 10:34:59 PM] loading STD library ... events.js:177 throw er; // Unhandled 'error' event...
如题 使用remote-ssh后,vs-code表示要在远程主机启用,不然用不了,我就点了在远程主机安装,结果安装后能用了但是本地的luacheck没有了,行末有空格啥的都不提示了。代码修改后从插件日志里能看到在远程主机上运行了luacheck,但是没见把结果返回到本地 请问是我操作姿势不对还是暂不支持呢
Per title, The extension is not starting when using the latest code insiders
如下图,如果调用的函数在其他文件里,则按下f12提示“未找到xxx的任何定义” 