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
markdownDescription: localize('suggest.runOnEnter',"Controls whether suggestions should run immediately when enter (not tab) is used to accept the result."),
53
+
markdownDescription: localize('suggest.runOnEnter',"Controls whether suggestions should run immediately when `Enter` (not `Tab`) is used to accept the result."),
localize('runOnEnter.never',"Never run on enter."),
57
-
localize('runOnEnter.exactMatch',"Run on enter when the suggestion is typed in its entirety."),
58
-
localize('runOnEnter.exactMatchIgnoreExtension',"Run on enter when the suggestion is typed in its entirety or when a file is typed without its extension included."),
59
-
localize('runOnEnter.always',"Always run on enter.")
56
+
localize('runOnEnter.never',"Never run on `Enter`."),
57
+
localize('runOnEnter.exactMatch',"Run on `Enter` when the suggestion is typed in its entirety."),
58
+
localize('runOnEnter.exactMatchIgnoreExtension',"Run on `Enter` when the suggestion is typed in its entirety or when a file is typed without its extension included."),
59
+
localize('runOnEnter.always',"Always run on `Enter`.")
0 commit comments