You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
I’m trying to set up the Rome Language Server with the Helix editor. While everything seems to work at first glance, I notice that functionality offered by the TypeScript language server, such as “goto definition” is no longer available.
While the Rome language server now works, it had the unintended side-effect of making functionality from TypeScript language server unavailable.
Expected result
Both functionality from the Rome language server and the TypeScript language server should be available.
Maybe the Rome language server should forward commands it doesn’t handle to the TS language server? I did confirm that typescript-language-server was in my PATH when I ran rome start.