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
It looks like the newest version available is 0.15.1:
asd@fwk ~]$ codium --install-extension elixir-lsp.elixir-ls
Installing extensions...
Installing extension 'elixir-lsp.elixir-ls'...
(node:2209612) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `codium --trace-deprecation ...` to show where the warning was created)
Extension 'elixir-lsp.elixir-ls' v0.15.1 was successfully installed.
[asd@fwk ~]$ codium --list-extensions --show-versions | grep elixir
[email protected]
[asd@fwk ~]$ codium --uninstall-extension elixir-lsp.elixir-ls
Uninstalling elixir-lsp.elixir-ls...
Extension 'elixir-lsp.elixir-ls' was successfully uninstalled!
[asd@fwk ~]$ codium --install-extension [email protected]
Installing extensions...
Extension '[email protected]' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Extensions: elixir-lsp.elixir-ls
So I probably have to install it like described in the installation section of the README because it didn't get released yet?
Sorry for the turmoil but because of the vscode extension version 0.15.1 I thought that I'm installing ElixirLS 0.15.1 all the time.
So I probably have to install it like described in the installation section of the README because it didn't get released yet?
Sorry for the turmoil but because of the vscode extension version 0.15.1 I thought that I'm installing ElixirLS 0.15.1 all the time.
Originally posted by @adonig in elixir-lsp/elixir-ls#886 (comment)
0.15.2 is in
https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
but not in
https://open-vsx.org/extension/elixir-lsp/elixir-ls
The publish job succeeded
https://github.com/elixir-lsp/vscode-elixir-ls/actions/runs/5414478389/jobs/9841595057
The text was updated successfully, but these errors were encountered: