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

Somehow the version 0.15.2 did not publish to Open VSX #352

Closed
lukaszsamson opened this issue Jul 6, 2023 · 3 comments
Closed

Somehow the version 0.15.2 did not publish to Open VSX #352

lukaszsamson opened this issue Jul 6, 2023 · 3 comments

Comments

@lukaszsamson
Copy link
Collaborator

          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.

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

@lukaszsamson
Copy link
Collaborator Author

Screenshot 2023-07-06 at 14 30 11 This UI states that 0.15.2 is published

@adonig
Copy link

adonig commented Jul 6, 2023

This looks like it could be an openvsx issue and from the recent activity it could be that @amvanbaren 👋 might know what to do in that case.

@lukaszsamson
Copy link
Collaborator Author

Published once again as 0.15.3 and this time it worked

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