${vscode.l10n.t("Let Copilot help you code")}
${vscode.l10n.t("Whether it’s HTML, CSS, JS, or Liquid code, just describe what you need and let AI build it for you. ")}
-
-
${vscode.l10n.t("Learn more about Copilot")}
+
+
${vscode.l10n.t(githubCopilotChat)}
@@ -126,9 +141,9 @@ function getWebviewContent(notificationCssUri: vscode.Uri, notificationJsUri: vs
}
export function disposeNotificationPanel() {
- if (NotificationPanel) {
- NotificationPanel.dispose();
- NotificationPanel = undefined;
- }
+ if (NotificationPanel) {
+ NotificationPanel.dispose();
+ NotificationPanel = undefined;
+ }
}