biomejs/biome-vscode

Extension does not start the server in offline environment

Closed this issue · 6 comments

I installed the latest extension version (2.0.0) in an offline environment via vsix. The installation went fine, but the server doesn't start. Biome's status in status bar is stuck on initializing.

In biome extension's output I see it's using the local biome from node_modules

...but in Extension Host output there's an fetch error from the following stack trace (sorry, unable to provide the actual stack trace)

activate -> statusBar.setUsingBundledBiome -> checkForUpdates -> getVersions

I'd guess there's too eager update checking going on without proper error handling.

Thanks for opening this issue @niklas-e.

The upcoming version of the extension will fix this issue.

+1, I was about to open a new issue. 😆

+1, I was about to open a new issue. 😆

If you’re experiencing a similar issue on the latest version of the extension, please do open a new issue.

+1, I was about to open a new issue. 😆

If you’re experiencing a similar issue on the latest version of the extension, please do open a new issue.

Isn't the latest version the same as the one with this issue (2.0.0)? Or has some other version been released and I haven't heard about it? 🫣

Oh that's correct, my bad!

Will try to release a version some time next week, hopefully.

In the meantime we could publish a new nightly if you want to try.

Oh that's correct, my bad!

Will try to release a version some time next week, hopefully.

In the meantime we could publish a new nightly if you want to try.

Sure, although I may try after the holidays 🎅, tomorrow the 25th or the 26th.