LuaCoderAssist icon indicating copy to clipboard operation
LuaCoderAssist copied to clipboard

vscode lua assistant intelligent

Results 33 LuaCoderAssist issues
Sort by recently updated
recently updated
newest added

``` Critical error: Couldn't find configuration file \\wsl$\Ubuntu\home\stan\projects\work\CoreGameTemplate\.luacheckrc ``` The file is there though ![image](https://user-images.githubusercontent.com/75278/106380499-0dfe5680-63b3-11eb-9f7b-fca491d98a7b.png)

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...

need discussion

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 ![image](https://user-images.githubusercontent.com/7136386/79313942-a9f9c700-7f33-11ea-81de-aa45dc38d318.png)

```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的任何定义” ![image](https://user-images.githubusercontent.com/8075421/71780424-23ad1b00-2ffd-11ea-8d58-f98c01ab24d7.png)