Skip to content

hash marks in terminal.integrated.defaultProfile descriptions #127807

@gregvanl

Description

@gregvanl
  • VS Code Version: 1.57.1
  • OS Version: Windows 10

Bring up the Settings JSON view.

There are trailing and leading # hash marks for the other setting references:

	// The default profile used on Linux. This setting will currently be ignored if either `terminal.integrated.shell.linux#` or `#terminal.integrated.shellArgs.linux` are set.
	"terminal.integrated.defaultProfile.linux": null,

	// The default profile used on macOS. This setting will currently be ignored if either `terminal.integrated.shell.osx#` or `#terminal.integrated.shellArgs.osx` are set.
	"terminal.integrated.defaultProfile.osx": null,

	// The default profile used on Windows. This setting will currently be ignored if either `terminal.integrated.shell.windows#` or `#terminal.integrated.shellArgs.windows` are set.
	"terminal.integrated.defaultProfile.windows": null,

The settings links are fine in the UI Settings editor.

Metadata

Metadata

Labels

polishCleanup and polish issueterminalGeneral terminal issues that don't fall under another labelverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions