Skip to content

Add extension: vscode-elixir-ls #1612

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

Closed
michallepicki opened this issue May 8, 2020 · 8 comments
Closed

Add extension: vscode-elixir-ls #1612

michallepicki opened this issue May 8, 2020 · 8 comments

Comments

@michallepicki
Copy link

I'd like this extension to get added to the code-server extensions.

Extension link: https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
Extension repository: https://github.com/elixir-lsp/vscode-elixir-ls
It has a git submodule that also would need to get pulled to build it.

Related issue: #1299

@cmoog
Copy link
Contributor

cmoog commented May 11, 2020

Having trouble building this commit locally. Can you please share a procedure to build the .vsix from the source?

Due to Mircosoft's terms of use, we cannot upload the bundle from their marketplace listing.

@michallepicki
Copy link
Author

Following their README.md it would be something like

git clone --recursive [email protected]:elixir-lsp/vscode-elixir-ls.git
cd vscode-elixir-ls
npm install
vsce package

But I haven't tested that, I can try to build it sometime later this week

@michallepicki
Copy link
Author

One more note, latest release seems to be at 2c261ebfd2373a3328f39a5daaeeda93832e5c82 so this should probably build

@nhooyr nhooyr added the extension The issue needs to be fixed in the extension label May 18, 2020
@Yamilquery
Copy link

Hi!

Still unable to install ElixirLS on the code-server?

@gabrielrinaldi
Copy link

I was able to get it running by compiling it from source. You need to enter the elixir_ls folder and run mix deps.get the first time, but after that just go back and run npx vsce package and then code-server --install-extension extension_name.vsix.

I used asdf to install the elixir dependencies.

@michallepicki
Copy link
Author

@Yamilquery I'm not using code-server any more but maybe someone else could test it again

@nhooyr nhooyr added extension-request and removed extension The issue needs to be fixed in the extension labels Dec 8, 2020
@stale
Copy link

stale bot commented Aug 27, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days.

@stale stale bot added the stale label Aug 27, 2021
@repo-ranger repo-ranger bot closed this as completed Aug 27, 2021
@repo-ranger
Copy link
Contributor

repo-ranger bot commented Aug 27, 2021

Thanks for opening an extension request! We are currently in the process of switching extension marketplaces and transitioning over to Open VSX. Once eclipse/openvsx#249 is implemented, we can fully make this transition. Therefore, we are no longer accepting new requests for extension requests. We suggest installing the VSIX file and then installing into code-server as a temporary workaround. See docs for more info.

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

5 participants