Skip to content

Commit

Permalink
#68410 support updating builtin extensions in web
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Mar 18, 2022
1 parent ff45bb2 commit 7b7ad6b
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class BuiltinExtensionsScannerService implements IBuiltinExtensionsScanne

async scanBuiltinExtensions(): Promise<IExtension[]> {
if (isWeb) {
return this.builtinExtensions;
return [...this.builtinExtensions];
}
throw new Error('not supported');
}
Expand Down
Loading

0 comments on commit 7b7ad6b

Please sign in to comment.