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
If you open VS Code without any workspace folders (for example click File -> Close Folder) and then do anything that triggers the Biome extension to be activated (for example open a .ts file), the extension fails to activate with:
Activating extension 'biomejs.biome' failed: import_vscode6.workspace.workspaceFolders is not iterable.
Possibly caused by this code not handling undefined?
If you open VS Code without any workspace folders (for example click File -> Close Folder) and then do anything that triggers the Biome extension to be activated (for example open a
.ts
file), the extension fails to activate with:Possibly caused by this code not handling
undefined
?biome-vscode/src/main.ts
Line 384 in 4ab1e11
The text was updated successfully, but these errors were encountered: