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('terminal.integrated.sendKeybindingsToShell',"Dispatches most keybindings to the terminal instead of the workbench, overriding `#terminal.integrated.commandsToSkipShell#`, which can be used alternatively for fine tuning."),
37
+
markdownDescription: localize('terminal.integrated.sendKeybindingsToShell',"Dispatches most keybindings to the terminal instead of the workbench, overriding {0}, which can be used alternatively for fine tuning.",'`#terminal.integrated.commandsToSkipShell#`'),
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIconSuccess',"Controls the icon that will be used for each command in terminals with shell integration enabled that do not have an associated exit code. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`")
109
+
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIconSuccess',"Controls the icon that will be used for each command in terminals with shell integration enabled that do not have an associated exit code. Set to {0} to hide the icon or disable decorations with {1}.",'`\'\'`','`#terminal.integrated.shellIntegration.decorationsEnabled#`')
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIconError',"Controls the icon that will be used for each command in terminals with shell integration enabled that do have an associated exit code. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`.")
114
+
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIconError',"Controls the icon that will be used for each command in terminals with shell integration enabled that do have an associated exit code. Set to {0} to hide the icon or disable decorations with {1}.",'`\'\'`','`#terminal.integrated.shellIntegration.decorationsEnabled#`')
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIcon',"Controls the icon that will be used for skipped/empty commands. Set to `''` to hide the icon or disable decorations with `#terminal.integrated.shellIntegration.decorationsEnabled#`")
119
+
markdownDescription: localize('terminal.integrated.shellIntegration.decorationIcon',"Controls the icon that will be used for skipped/empty commands. Set to {0} to hide the icon or disable decorations with {1}.",'`\'\'`','`#terminal.integrated.shellIntegration.decorationsEnabled#`')
markdownDescription: localize('terminal.integrated.altClickMovesCursor',"If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when `#editor.multiCursorModifier#` is set to `'alt'` (the default value). This may not work reliably depending on your shell."),
142
+
markdownDescription: localize('terminal.integrated.altClickMovesCursor',"If enabled, alt/option + click will reposition the prompt cursor to underneath the mouse when {0} is set to {1} (the default value). This may not work reliably depending on your shell.",'`#editor.multiCursorModifier#`','`\'alt\'`'),
markdownDescription: localize('terminal.integrated.fontFamily',"Controls the font family of the terminal, this defaults to `#editor.fontFamily#`'s value."),
162
+
markdownDescription: localize('terminal.integrated.fontFamily',"Controls the font family of the terminal, this defaults to {0}'s value.",'`#editor.fontFamily#`'),
markdownDescription: localize('terminal.integrated.cursorWidth',"Controls the width of the cursor when `#terminal.integrated.cursorStyle#` is set to `line`."),
257
+
markdownDescription: localize('terminal.integrated.cursorWidth',"Controls the width of the cursor when {0} is set to {1}.",'`#terminal.integrated.cursorStyle#`','`line`'),
"A set of command IDs whose keybindings will not be sent to the shell but instead always be handled by VS Code. This allows keybindings that would normally be consumed by the shell to act instead the same as when the terminal is not focused, for example `Ctrl+P` to launch Quick Open.\n\n \n\nMany commands are skipped by default. To override a default and pass that command's keybinding to the shell instead, add the command prefixed with the `-` character. For example add `-workbench.action.quickOpen` to allow `Ctrl+P` to reach the shell.\n\n \n\nThe following list of default skipped commands is truncated when viewed in Settings Editor. To see the full list, {1} and search for the first command from the list below.\n\n \n\nDefault Skipped Commands:\n\n{0}",
markdownDescription: localize('terminal.integrated.allowChords',"Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass `#terminal.integrated.commandsToSkipShell#`, setting this to false is particularly useful when you want ctrl+k to go to your shell (not VS Code)."),
367
+
markdownDescription: localize('terminal.integrated.allowChords',"Whether or not to allow chord keybindings in the terminal. Note that when this is true and the keystroke results in a chord it will bypass {0}, setting this to false is particularly useful when you want ctrl+k to go to your shell (not VS Code).",'`#terminal.integrated.commandsToSkipShell#`'),
markdownDescription: localize('terminal.integrated.localEchoEnabled',"When local echo should be enabled. This will override `#terminal.integrated.localEchoLatencyThreshold#`"),
468
+
markdownDescription: localize('terminal.integrated.localEchoEnabled',"When local echo should be enabled. This will override {0}",'`#terminal.integrated.localEchoLatencyThreshold#`'),
0 commit comments