-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
A-helix-termArea: Helix term improvementsArea: Helix term improvementsA-language-serverArea: Language server clientArea: Language server clientC-enhancementCategory: ImprovementsCategory: Improvements
Description
I am not sure if what I’m asking for is already possible, but in order to configure the Rome language server (https://rome.tools) for TypeScript correctly, I think Helix needs to provide a way to configure multiple language servers to be used for a single language.
Rome actually does provide instructions on how to configure their language server with Helix: https://github.com/rome/tools/blob/main/editors/helix/manual.md
But after following those instructions, standard TypeScript functionality such as “goto definition” doesn’t work anymore, presumably because Helix doesn’t understand it should also still use the regular TS language server.
Related issue as reported against Rome: rome/tools#4107 (comment)
Metadata
Metadata
Assignees
Labels
A-helix-termArea: Helix term improvementsArea: Helix term improvementsA-language-serverArea: Language server clientArea: Language server clientC-enhancementCategory: ImprovementsCategory: Improvements