Skip to content

Commit 43921ce

Browse files
liujupingJackLian
authored andcommitted
fix(workspace): fix workspace.plugins.xxx api is invalid
1 parent 557a462 commit 43921ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shell/src/api/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class Workspace implements IPublicApiWorkspace {
9090
}
9191

9292
get plugins() {
93-
return new Plugins(this[workspaceSymbol].plugins, true);
93+
return new Plugins(this[workspaceSymbol].plugins, true).toProxy();
9494
}
9595

9696
get skeleton() {

0 commit comments

Comments
 (0)