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

Allow to manually disable version manager detection #755

Open
DaniruKun opened this issue May 27, 2024 · 4 comments
Open

Allow to manually disable version manager detection #755

DaniruKun opened this issue May 27, 2024 · 4 comments

Comments

@DaniruKun
Copy link

I personally as an example use nix for everything, but for some projects I still use a version manager like asdf.
A lot of other language extensions allow you to specify a custom path to Elixir, or allow to completely disable the vm detection so it can pick up elixir from e.g. a Nix shell environment.

@Blond11516
Copy link
Collaborator

Hi @DaniruKun! I'll transfer this issue to the lexical language server repo since that's where version detection is handled.

@Blond11516 Blond11516 transferred this issue from lexical-lsp/vscode-lexical May 28, 2024
@scohen
Copy link
Collaborator

scohen commented May 29, 2024

@Blond11516, I think that this will require changes on the lexical side as well, since version detection is done in the boot scripts.

@Blond11516
Copy link
Collaborator

Yeah that's why I transferred the issue here. There isn't much we can do on the client side to support this (not without changes to the boot scripts at least).

@scohen
Copy link
Collaborator

scohen commented May 30, 2024

Out of curiosity, @DaniruKun, does this fail if you're using our flake? (I don't know much about nix)

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

3 participants