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

Implement LSP specified languageIds #362

Open
mickaelistria opened this issue Jan 13, 2023 · 0 comments
Open

Implement LSP specified languageIds #362

mickaelistria opened this issue Jan 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mickaelistria
Copy link
Contributor

The Language Server Protocol does specify some languageIds to use according to the language: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentItem
Currently, LSP4E requires that those languageIds are set in the contentTypeMapping, but in case they aren't, LSP4E should fail-back to a dummy implementation implementing the spec (ie mapping fileExtension->languageId as described).

@sebthom sebthom added the enhancement New feature or request label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants