EmmyLua-LanguageServer
EmmyLua-LanguageServer copied to clipboard
I am using emmyLua with sublime lsp and it was awesome, but there is a issue that every time when I restart my sublime, it takes like 5 min to...
I cannot get any completions from built-in modules (e.g. `os`, `io`, etc.). Completion works for tables I define, and most of the rest of the LS functionality works fine, so...
I am not familiar with LSP too much and not quite sure that properly address a problem, but when I use EmmyLua with VSCode then modules included by require() are...
运行环境: openjdk 11.0.6 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing) emacs:26 `---@class Car ---@field public name string @add name field to class...
I know this is an extremely minor problem in readme file and I might seem overly picky, but it does really confuse me for several minutes until running tree -L...
貌似EmmyLua-LanguageServer只支持lsp-mode吧,eglot下怎么使用EmmyLua-LanguageServer呀,现在用eglot的人挺多的了。
我一直换到了0.55那个版本才能正常运行。 执行环境是emacs28, lsp-mode环境下。 相关配置全是默认值。 报错信息如下: Sep 22, 2022 7:41:36 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError SEVERE: Internal error: java.lang.reflect.InvocationTargetException java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$null$0(GenericEndpoint.java:67) at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.request(GenericEndpoint.java:120) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleRequest(RemoteEndpoint.java:261) at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:190) at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.handleMessage(StreamMessageProducer.java:194) at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:94)...
文件名存在 % 或 + 时,会导致 urldecoder 报错
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
我们项目中Lua代码特别多,LS性能有点问题了,想调试下EmmyLua 尝试了很多都都没有成功 请问有没有什么环境配置的教程? 万分感谢!!!