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
<sourcexml:lang="en">Try and be as specific as possible. Your feedback will be used to improve Copilot. <a href="https://privacy.microsoft.com/en-US/data-privacy-notice"> View privacy details </a></source>
Copy file name to clipboardExpand all lines: src/client/preview-site/Constants.ts
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ export const Messages = {
9
9
LOGIN: vscode.l10n.t("Login"),
10
10
CANCEL: vscode.l10n.t("Cancel"),
11
11
INSTALL: vscode.l10n.t("Install"),
12
-
EDGE_DEV_TOOLS_NOT_INSTALLED_MESSAGE: vscode.l10n.t({message: "The extension 'Microsoft Edge Tools' is required to run this command. Do you want to install it now?",comment:["Do not translate 'Microsoft Edge Tools' "]}),
12
+
EDGE_DEV_TOOLS_NOT_INSTALLED_MESSAGE: vscode.l10n.t({message: "The extension 'Microsoft Edge Tools' is required to run this command. Do you want to install it now?",comment:["Do not translate 'Microsoft Edge Tools' "]}),
13
13
OPENING_SITE_PREVIEW: vscode.l10n.t("Opening site preview..."),
14
14
PREVIEW_SHOWN_FOR_PUBLISHED_CHANGES: vscode.l10n.t("The preview shown is for published changes."),
15
15
SITE_PREVIEW_FEATURE_NOT_ENABLED: vscode.l10n.t("Site runtime preview feature is not enabled."),
0 commit comments