You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=newMarkdownString(`${localize('Install in remote server to enable',"This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in '{0}' to enable.",this.extensionManagementServerService.remoteExtensionManagementServer.label)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2478
+
message=newMarkdownString(`${localize('Install in remote server to enable',"This extension is disabled in this workspace because it is defined to run in the Remote Extension Host. Please install the extension in '{0}' to enable.",this.extensionManagementServerService.remoteExtensionManagementServer.label)} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`);
message=newMarkdownString(`${localize('Install in local server to enable',"This extension is disabled in this workspace because it is defined to run in the Local Extension Host. Please install the extension locally to enable.",this.extensionManagementServerService.remoteExtensionManagementServer.label)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2486
+
message=newMarkdownString(`${localize('Install in local server to enable',"This extension is disabled in this workspace because it is defined to run in the Local Extension Host. Please install the extension locally to enable.",this.extensionManagementServerService.remoteExtensionManagementServer.label)} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`);
2487
2487
}elseif(isWeb){
2488
-
message=newMarkdownString(`${localize('Defined to run in desktop',"This extension is disabled because it is defined to run only in {0} for the Desktop.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2488
+
message=newMarkdownString(`${localize('Defined to run in desktop',"This extension is disabled because it is defined to run only in {0} for the Desktop.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`);
message=newMarkdownString(`${localize('Cannot be enabled',"This extension is disabled because it is not supported in {0} for the Web.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2494
+
message=newMarkdownString(`${localize('Cannot be enabled',"This extension is disabled because it is not supported in {0} for the Web.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`);
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled remotely',"This extension is enabled in the Remote Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`)},true);
2534
+
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled remotely',"This extension is enabled in the Remote Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`)},true);
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled locally',"This extension is enabled in the Local Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`)},true);
2541
+
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled locally',"This extension is enabled in the Local Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`)},true);
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled in web worker',"This extension is enabled in the Web Worker Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`)},true);
2548
+
this.updateStatus({icon: infoIcon,message: newMarkdownString(`${localize('enabled in web worker',"This extension is enabled in the Web Worker Extension Host because it prefers to run there.")} [${localize('learn more',"Learn More")}](https://code.visualstudio.com/api/advanced-topics/remote-extensions#architecture-and-extension-kinds)`)},true);
0 commit comments