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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: