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
localize('chatMovedMainMessage1Left',"Chat has been moved to the Secondary Side Bar on the left. You can quickly access Chat from the new Copilot icon in the title bar.") :
203
-
localize('chatMovedMainMessage1Right',"Chat has been moved to the Secondary Side Bar on the right. You can quickly access Chat from the new Copilot icon in the title bar.")) :
204
-
(secondarySideBarLeft ?
205
-
localize('chatMovedMainMessage2Left',"Chat has been moved to the Secondary Side Bar on the left.") :
206
-
localize('chatMovedMainMessage2Right',"Chat has been moved to the Secondary Side Bar on the right."));
localize('chatMovedMainMessage1Left',"Chat has been moved to the Secondary Side Bar on the left for a more integrated AI experience in your editor.") :
208
+
localize('chatMovedMainMessage1Right',"Chat has been moved to the Secondary Side Bar on the right for a more integrated AI experience in your editor.");
quicklyAccessMessage=localize('chatMovedCommandCenterAndKeybind',"You can quickly access Chat via the new Copilot icon in the editor title bar or with the keyboard shortcut {0}.",chatViewKeybinding);
214
+
}elseif(this.hasCommandCenterChat()){
215
+
quicklyAccessMessage=localize('chatMovedCommandCenter',"You can quickly access Chat via the new Copilot icon in the editor title bar.");
216
+
}elseif(chatViewKeybinding){
217
+
quicklyAccessMessage=localize('chatMovedKeybind',"You can quickly access Chat with the keyboard shortcut {0}.",chatViewKeybinding);
constrestoreButton=`[${localize('restore',"Restore Old Location")}](command:_chatMovedViewWelcomeView.restore)`;
210
226
211
-
constwelcomeViewFooterMessage=localize('chatMovedFooterMessage',"[Learn more](command:_chatMovedViewWelcomeView.learnMore) about the Secondary Sidebar.");
227
+
constwelcomeViewFooterMessage=localize('chatMovedFooterMessage',"[Learn more](command:_chatMovedViewWelcomeView.learnMore) about the Secondary Side Bar.");
0 commit comments