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
constproductName=isWeb ? localize('VS Code for Web',"{0} for Web",this.productService.nameLong) : this.productService.nameLong;
126
+
constproductName=isWeb ? localize('VS Code for Web',"{0} for the Web",this.productService.nameLong) : this.productService.nameLong;
127
127
constmessage=localize('cannot be installed',"The '{0}' extension is not available in {1}. Click 'More Information' to learn more.",this.extension.displayName||this.extension.identifier.id,productName);
message=newMarkdownString(localize('user disabled',"You have configured the '{0}' extension to be disabled in {1}. To enable it, please open user settings and remove it from `remote.extensionKind` setting.",this.extension.displayName||this.extension.identifier.id,productName));
@@ -2094,13 +2094,13 @@ export class ExtensionStatusAction extends ExtensionAction {
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)`);
2096
2096
}elseif(isWeb){
2097
-
message=newMarkdownString(`${localize('Cannot be enabled',"This extension is disabled because it is not supported in {0} for web.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2097
+
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)`);
message=newMarkdownString(`${localize('Cannot be enabled',"This extension is disabled because it is not supported in {0} for web.",this.productService.nameLong)} [${localize('learn more',"Learn More")}](https://aka.ms/vscode-remote/developing-extensions/architecture)`);
2103
+
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)`);
0 commit comments