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

Workspace Folders #59

Open
4 tasks
mhanberg opened this issue Jun 11, 2023 · 1 comment
Open
4 tasks

Workspace Folders #59

mhanberg opened this issue Jun 11, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mhanberg
Copy link
Contributor

Description

Users sometimes load multiple projects into the same editor instance, which requires the use of workspace folders to make it work well.

TODO

  • credo-language-server
  • elixir-tools.nvim support
  • elixir-tools.vscode support
  • check with @wkirschbaum that it works in emacs
@mhanberg mhanberg added enhancement New feature or request good first issue Good for newcomers labels Jun 11, 2023
@wkirschbaum
Copy link
Contributor

I started looking into it: #65, but not sure how quickly it will happen.

Some ideas:

We probably want to spin up one runtime per workspace: https://github.com/elixir-tools/credo-language-server/blob/main/lib/credo_language_server.ex#L158 and then use a Registry like next-ls's extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants