Skip to content
Snippets Groups Projects
Unverified Commit 4b25f3d9 authored by carsakiller's avatar carsakiller Committed by GitHub
Browse files

Update Addon Manager (#118)

* fix: workspace open detection
* chore: update WebVue
parent ebfb2cb0
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ export class WebVue { ...@@ -85,7 +85,7 @@ export class WebVue {
} }
const workspaceOpen = const workspaceOpen =
vscode.workspace.workspaceFolders && vscode.workspace.workspaceFolders !== undefined &&
vscode.workspace.workspaceFolders.length > 0; vscode.workspace.workspaceFolders.length > 0;
const clientVersion = context.extension.packageJSON.version; const clientVersion = context.extension.packageJSON.version;
......
Subproject commit ac8a4db6fbb2e5aab49dca9aa55e367cec92aadd Subproject commit 27b87a642300deed26c606937df8549fcc156165
Subproject commit 50f77465af5ded634fd7aef07699cc4fc1c704f8 Subproject commit f3ef9893f2a16e8ddcd2efe15190c793d0448ae5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment