You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.60.0
OS Version: Win10 pro x64
Steps to Reproduce:
ctrl-shift-p -> Terminal: selected default profile -> set "command prompt" as the default terminal to use (because powershell does not support cross-platform syntax like & chaining, making it utterly useless for cross-platform projects)
make sure the workspace has a terminal open, and that it's a "command prompt" terminal.
close VS code
reopen VS code for the same dir/project
VS code reopens with a powershell terminal instead of a "command prompt" terminal.
Rechecking the default terminal profile, it's still set to "command prompt", so this feels like a bug, especially given the next behaviour:
click the powershell terminal
type exit and hit enter
the integrated terminal panel disappears
ctrl-shift-` to open a new terminal
the terminal panel is restored, with the new terminal opened being the expected "command prompt" terminal.
The text was updated successfully, but these errors were encountered:
@IllusionMH the second one is about remote workspaces, which doesn't apply here, and the first one appears to be a closed issue that concluded with a workaround, not a proper fix?
So as far as I can tell, this issue is not a duplicate, and highlights a bug that still needs fixing. The terminal window should not open a powershell instances if the profile default is not powershell.
Why workaround? First issue closed with commit to main branch as third action on it. It needs to be added to recovery build for stable release.
Second issue is basically same but found in Insiders before 1.60 and reproducible without remote.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
&
chaining, making it utterly useless for cross-platform projects)Rechecking the default terminal profile, it's still set to "command prompt", so this feels like a bug, especially given the next behaviour:
exit
and hit enterThe text was updated successfully, but these errors were encountered: