Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The 'Erlang LS' extension is not available in Visual Studio Code for the Web #148

Open
vkatsuba opened this issue Jun 8, 2023 · 2 comments

Comments

@vkatsuba
Copy link

vkatsuba commented Jun 8, 2023

Is your feature request related to a problem? Please describe.
Cannot use Erlang LS in the web browser. When I try open VS Code in the browser and try to find and install Erlang LS I got warning:
The 'Erlang LS' extension is not available in Visual Studio Code for the Web. Learn Why. Additional documentation: https://code.visualstudio.com/api/extension-guides/web-extensions.

Describe the solution you'd like
If this possible - add support of extension in Visual Studio for the Web. The efmt is able to use a Web - I suppose can be used as example - https://github.com/sile/efmt/tree/master/vscode.

@sile
Copy link

sile commented Aug 20, 2023

Just FYI, but Iet me share another LSP server for Erlang that supports VSCode Web: https://github.com/sile/erlls
(I'm the author of efmt and erlls)

Unfortunately, I do not think that the code of efmt and erlls is useful for making erlang_ls work in VSCode.
efmt and erlls are written in Rust and can be compiled into WebAssembly binaries, making it relatively easy to package them as VSCode Web extensions.

@vkatsuba
Copy link
Author

@sile many thanks for sharing! This is very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants