vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Configurable terminal icon and colour

Open jimjam-slam opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. The terminals in VSCode can be right-clicked to reveal "Choose icon..." and "Choose color..." options, which allow the icon's appearance to be customised. But this appearance isn't retained when the terminal is killed and another is made in the same way as the first.

This screenshot demonstrates a terminal icon that has been (temporarily) customised:

A screenshot of two terminal tabs in VSCode. The second has been customised to have a red pie chart as its icon.

Terminal profiles that are configured by the user can be set to have a default icon and color, but I'm not sure if there's any mechanism for a terminal profile created by an extension (like this one) to have its color and icon configured by the user.

Describe the solution you'd like An exposed setting to configure the default color and icon of R terminals created by the extension.

jimjam-slam avatar Jul 28 '22 06:07 jimjam-slam