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
exportconstintro=localize('intro',"The hover widget is focused. Press the Tab key to cycle through the hover parts.");
27
-
exportconstincreaseVerbosity=localize('increaseVerbosity',"- The focused hover part verbosity level can be increased ({0}).");
28
-
exportconstincreaseVerbosityNoKb=localize('increaseVerbosityNoKb',"- The focused hover part verbosity level can be increased, which is currently not triggerable via keybinding.");
29
-
exportconstdecreaseVerbosity=localize('decreaseVerbosity',"- The focused hover part verbosity level can be decreased ({0}).");
30
-
exportconstdecreaseVerbosityNoKb=localize('decreaseVerbosityNoKb',"- The focused hover part verbosity level can be decreased, which is currently not triggerable via keybinding.");
25
+
exportconstincreaseVerbosity=localize('increaseVerbosity',"- The focused hover part verbosity level can be increased with the Increase Hover Verbosity command<keybinding:{0}>.",INCREASE_HOVER_VERBOSITY_ACTION_ID);
26
+
exportconstdecreaseVerbosity=localize('decreaseVerbosity',"- The focused hover part verbosity level can be decreased with the Decrease Hover Verbosity command<keybinding:{0}>.",DECREASE_HOVER_VERBOSITY_ACTION_ID);
31
27
exportconsthoverContent=localize('contentHover',"The last focused hover content is the following.");
0 commit comments