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
consttoolbarHint=localize('toolbar',"Navigate to the toolbar (Shift+Tab)).");
687
+
consttoolbarHint=localize('toolbar',"Navigate to the toolbar (Shift+Tab).");
688
688
constchatHints=this._getChatHints();
689
689
690
690
lethint=localize('intro',"In the accessible view, you can:\n");
@@ -720,7 +720,7 @@ export class AccessibleView extends Disposable {
720
720
if(insertIntoNewFileKb){
721
721
hint+=localize('insertIntoNewFile'," - Insert the code block into a new file ({0}).\n",insertIntoNewFileKb);
722
722
}else{
723
-
hint+=localize('insertIntoNewFileNoKb'," - Insert the code block into a new file by configuring a keybinding for the Chat: Insert at Cursor command.\n");
723
+
hint+=localize('insertIntoNewFileNoKb'," - Insert the code block into a new file by configuring a keybinding for the Chat: Insert into New File command.\n");
724
724
}
725
725
if(runInTerminalKb){
726
726
hint+=localize('runInTerminal'," - Run the code block in the terminal ({0}).\n",runInTerminalKb);
@@ -761,7 +761,7 @@ export class AccessibleView extends Disposable {
761
761
letgoToSymbolHint='';
762
762
if(providerHasSymbols){
763
763
if(goToSymbolKb){
764
-
goToSymbolHint=localize('goToSymbolHint','Go to a symbol ({0})',goToSymbolKb);
764
+
goToSymbolHint=localize('goToSymbolHint','Go to a symbol ({0}).',goToSymbolKb);
765
765
}else{
766
766
goToSymbolHint=localize('goToSymbolHintNoKb','To go to a symbol, configure a keybinding for the command Go To Symbol in Accessible View');
0 commit comments