Skip to content

Commit 4b25f3d

Browse files
authored
Update Addon Manager (#118)
* fix: workspace open detection * chore: update WebVue
1 parent ebfb2cb commit 4b25f3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/src/addon_manager/panels/WebVue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class WebVue {
8585
}
8686

8787
const workspaceOpen =
88-
vscode.workspace.workspaceFolders &&
88+
vscode.workspace.workspaceFolders !== undefined &&
8989
vscode.workspace.workspaceFolders.length > 0;
9090
const clientVersion = context.extension.packageJSON.version;
9191

0 commit comments

Comments
 (0)