You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I expected the language server to start without error.
Actual behavior
The language server fails to start repeatedly (5 times) and vscode gives up.
Context
erlang_ls version (tag/sha): v0.0.39
Editor used: vscode
LSP client used: vscode
Errors shown (lower right)
Attempt to run erlang_ls directly:
~/.vscode-server/extensions/erlang-ls.erlang-ls-0.0.39/erlang_ls/_build/default/bin/erlang_ls [master]
escript: exception error: undefined function erlang_ls:main/1
in function escript:run/2 (escript.erl, line 758)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_em/1
in call from init:do_boot/3
The text was updated successfully, but these errors were encountered:
Describe the bug
The language server will not start when using vscode "remote - ssh" plugin.
To Reproduce
VSCode installed on windows and ubuntu. Erlang-ls extension installed on ubuntu (remote). Connect from windows vscode using "Remote - SSH" plugin (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh).
Expected behavior
I expected the language server to start without error.
Actual behavior
The language server fails to start repeatedly (5 times) and vscode gives up.
Context
erlang_ls
version (tag/sha): v0.0.39Errors shown (lower right)
Attempt to run erlang_ls directly:
The text was updated successfully, but these errors were encountered: