eclipse.platform icon indicating copy to clipboard operation
eclipse.platform copied to clipboard

Create a terminal settings default terminal executable setting - because On windows, cmd.exe is being chosen by default and it requires a custom env variable to change it

Open nddipiazza-ebay opened this issue 5 months ago • 0 comments

Use "Show in" and choose Terminal.

It keeps choosing cmd.exe by default. I cannot seem to get it to stop.

I removed it from everything yet it still uses it?

Image

It seems like this is set here. If a ComSpec environment variable is set, it uses that for the terminal. Otherwise, it seems to use cmd.exe on windows.

So an environment variable is needed to fix the issue. Which means the Terminal configuration dialog options are inadequate with this regard.

Suggested change

Image

Clicking button would show the choose terminal profile dialog, similar to dialog displayed when launching a terminal:

Image

nddipiazza-ebay avatar Aug 11 '25 15:08 nddipiazza-ebay