microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.45k stars 28.62k forks source link

Default Integrated Terminal Shell sometimes not used on launch for remote workspaces #128763

Closed jmanthony3 closed 3 years ago

jmanthony3 commented 3 years ago

Issue Type: Bug

Opening VS Code automatically creates an integrated shell window, which is what I want. However, despite setting the "cmd.exe" shell as the default and commenting out the other options that only the "Command Prompt" shell is listed to create another terminal windows, the automatically created integrated shell window opens with PowerShell. I don't want PowerShell. If I add another terminal window, then that new window uses the "Command Prompt" shell.

VS Code version: Code 1.58.1 (2aeda6b18e13c4f4f9edf6667158a6b8d408874b, 2021-07-13T06:58:28.115Z) OS version: Windows_NT x64 10.0.19042 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.88GB (4.44GB free)| |Process Argv|--crash-reporter-id d17dcf09-a9c2-4505-9b94-904b43e5d3ee| |Screen Reader|no| |VM|0%|
boldfrog1805 commented 3 years ago

Should be already fixed in latest Insiders build Version: 1.61.0-insider (user setup) Commit: bb9491d Date: 2021-09-07T05:17:08.586Z

@jmanthony3 could you check Insiders build to see if it still preproduces for you?

Yep, fixed here too

Tyriar commented 3 years ago

/duplicate https://github.com/microsoft/vscode/issues/132150