提交 c67bd027 编写于 作者: S Sandeep Somavarapu

enable web server only in server less

上级 b9aa43ae
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册