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

Need to register language ids for non-bundled languages #16

Open
phillco opened this issue Oct 11, 2022 · 0 comments
Open

Need to register language ids for non-bundled languages #16

phillco opened this issue Oct 11, 2022 · 0 comments

Comments

@phillco
Copy link
Member

phillco commented Oct 11, 2022

For languages that aren't bundled inside of VS Code (like Kotlin, Jupyter, Talon), the language plugin needs to be installed for the languageId to be valid. (We don't need any other functionality of the language plugins, just the valid languageId).

Two options:

  • Make these dependencies of the sidecar
  • Just make the sidecar register these languages and don't install the plugins

It depends how we implement #7, since if we do that we want to have an isolated sidecar environment with as few custom plugins as possible.

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

1 participant