Skip to content

Commit

Permalink
enable web server only in server less
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Sep 14, 2020
1 parent b9aa43a commit c67bd02
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ export class ExtensionManagementServerService implements IExtensionManagementSer
extensionManagementService,
get label() { return labelService.getHostLabel(Schemas.vscodeRemote, remoteAgentConnection!.remoteAuthority) || localize('remote', "Remote"); }
};
}
if (isWeb) {
} else if (isWeb) {
const extensionManagementService = instantiationService.createInstance(WebExtensionManagementService);
this.webExtensionManagementServer = {
id: 'web',
Expand Down

0 comments on commit c67bd02

Please sign in to comment.