Skip to content

terminal.integrated.localEchoStyle has 2 default values? #185343

@Tyriar

Description

@Tyriar

image

	[TerminalSettingId.LocalEchoStyle]: {
		description: localize('terminal.integrated.localEchoStyle', "Terminal style of locally echoed text; either a font style or an RGB color."),
		default: 'dim',
		oneOf: [
			{
				type: 'string',
				default: 'dim',
				enum: ['bold', 'dim', 'italic', 'underlined', 'inverted'],
			},
			{
				type: 'string',
				format: 'color-hex',
				default: '#ff0000',
			}
		]
	},

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code Insidersterminal-local-echoRelating to the terminal's local echo and line editing for remote windowsverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions