This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Change VSCode extension versions to match the CLI? #3606
lgarron
started this conversation in
Suggestions
Replies: 1 comment 3 replies
-
That's a great point! The extension uses the Rome version installed in your project. However, there's currently a known limitation: the extension doesn't restart the LSP after you perform an update. That's something that we have to fix. Using the same version numbers won't be possible because we plan to ship preview builds in the future (ideally, nightlies) and the VS marketplace doesn't support preview tags. Would it help if the extension shows the Rome server version number in the status bar? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While encountering and reporting issues like #3603 and #3507 , it can be a bit of work to tell if your current versions of the VSCode extension & CLI are expected to match.
Now that the CLI has stable version numbers, would there be any issues with updating the extension to be in sync, and to be released with a version number matching its included LSP?
Beta Was this translation helpful? Give feedback.
All reactions