-
|
I add The same configuration does work in vscode. My repo: LuaSimpleClass LSP Log: === Lua LSP Logs ===
[15:32:03] [INFO] Found stale port file, will start new server
[15:32:03] [WARN] find: .: Permission denied
[15:32:03] [WARN] find: .: Permission denied
[15:32:04] [INFO] Starting LSP bridge server program=lua-language-server args=[]
[15:32:04] [INFO] listening on 127.0.0.1:33245
[15:32:04] [INFO] Port file: "/public/.axs/lsp_ports/lua-language-server_lua-language-server"
[15:32:04] [INFO] Auto-discovered port 33245
[15:32:04] [INFO] Lua connected
[15:32:04] [INFO] Using auto-discovered port 33245
[15:32:04] [INFO] connected
[15:32:04] [INFO] starting lua-language-server in Ok("/")
[15:32:04] [WARN] The current settings try to load the plugin at this location:/data/user/0/com.foxdebug.acode/files/public/LuaSimpleClass/.luals/simpleclass.plugin.lua
Note that malicious plugin may harm your computerIt seems that LS recognizes the plugin path, but the plugin is not actually working. Is there a bug or something? |
Beta Was this translation helpful? Give feedback.
Answered by
blanhhy
Jun 16, 2026
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Need to add
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blanhhy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Need to add
"trustByClient": trueto initializationOptions.