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
exportconsttabFocusModeOnMsg=nls.localize("tabFocusModeOnMsg","Pressing Tab in the current editor will move focus to the next focusable element. Toggle this behavior {0}.");
22
22
exportconsttabFocusModeOnMsgNoKb=nls.localize("tabFocusModeOnMsgNoKb","Pressing Tab in the current editor will move focus to the next focusable element. The command {0} is currently not triggerable by a keybinding.");
23
-
exportconststickScrollKb=nls.localize("stickScrollKb","Run the command: Focus Sticky Scroll ({0}) to focus the currently nested scopes.");
24
-
exportconststickScrollNoKb=nls.localize("stickScrollNoKb","Run the command: Focus Sticky Scroll to focus the currently nested scopes. It is currently not triggerable by a keybinding.");
23
+
exportconststickScrollKb=nls.localize("stickScrollKb","Focus Sticky Scroll ({0}) to focus the currently nested scopes.");
24
+
exportconststickScrollNoKb=nls.localize("stickScrollNoKb","Focus Sticky Scroll to focus the currently nested scopes. It is currently not triggerable by a keybinding.");
25
25
exportconsttabFocusModeOffMsg=nls.localize("tabFocusModeOffMsg","Pressing Tab in the current editor will insert the tab character. Toggle this behavior {0}.");
26
26
exportconsttabFocusModeOffMsgNoKb=nls.localize("tabFocusModeOffMsgNoKb","Pressing Tab in the current editor will insert the tab character. The command {0} is currently not triggerable by a keybinding.");
exportconstintroWidgetNoKb=nls.localize('introWidgetNoKb',"This widget contains a text area, for composition of new comments, and actions, that can be tabbed to once tab moves focus mode has been enabled with the command Toggle Tab Key Moves Focus, which is currently not triggerable via keybinding.");
exportconstnextRange=nls.localize('next',"- Navigate to the next commenting range ({0})");
77
+
exportconstnextRange=nls.localize('next',"- Go to Next Commenting Range ({0})");
78
78
exportconstnextRangeNoKb=nls.localize('nextNoKb',"- Go to Next Commenting Range, which is currently not triggerable via keybinding.");
79
-
exportconstpreviousRange=nls.localize('previous',"- Navigate to the previous commenting range ({0})");
80
-
exportconstpreviousRangeNoKb=nls.localize('previousNoKb',"Run the command: Go to Previous Commenting Range, which is currently not triggerable via keybinding.");
81
-
exportconstnextCommentThreadKb=nls.localize('nextCommentThreadKb',"- Navigate to the next comment thread ({0})");
82
-
exportconstnextCommentThreadNoKb=nls.localize('nextCommentThreadNoKb',"- Run the command: Go to Next Comment Thread, which is currently not triggerable via keybinding.");
83
-
exportconstpreviousCommentThreadKb=nls.localize('previousCommentThreadKb',"- Navigate to the previous comment thread ({0})");
84
-
exportconstpreviousCommentThreadNoKb=nls.localize('previousCommentThreadNoKb',"- Run the command: Go to Previous Comment Thread, which is currently not triggerable via keybinding.");
79
+
exportconstpreviousRange=nls.localize('previous',"- Go to Previous Commenting Range ({0})");
80
+
exportconstpreviousRangeNoKb=nls.localize('previousNoKb',"- Go to Previous Commenting Range, which is currently not triggerable via keybinding.");
81
+
exportconstnextCommentThreadKb=nls.localize('nextCommentThreadKb',"- Go to Next Comment Thread ({0})");
82
+
exportconstnextCommentThreadNoKb=nls.localize('nextCommentThreadNoKb',"- Go to Next Comment Thread, which is currently not triggerable via keybinding.");
83
+
exportconstpreviousCommentThreadKb=nls.localize('previousCommentThreadKb',"- Go to Previous Comment Thread ({0})");
84
+
exportconstpreviousCommentThreadNoKb=nls.localize('previousCommentThreadNoKb',"- Go to Previous Comment Thread, which is currently not triggerable via keybinding.");
0 commit comments