Skip to content

Commit 5526326

Browse files
authored
tweak setting description (microsoft#175145)
1 parent cd6a079 commit 5526326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const terminalConfiguration: IConfigurationNode = {
107107
description: localize('terminal.integrated.tabs.location', "Controls the location of the terminal tabs, either to the left or right of the actual terminal(s).")
108108
},
109109
[TerminalSettingId.TabFocusMode]: {
110-
markdownDescription: localize('tabFocusMode', "Controls whether the terminal receives tabs or defers them to the workbench for navigation. this overrides {0} when the terminal is focused.", '`#editor.tabFocusMode#`'),
110+
markdownDescription: localize('tabFocusMode', "Controls whether the terminal receives tabs or defers them to the workbench for navigation."),
111111
type: 'boolean',
112112
default: false
113113
},

0 commit comments

Comments
 (0)