-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Powershell console opens every time I launch VS Code with a project #132150
Comments
Can confirm that this is happening to me as well. This is despite having the following in my config: "terminal.integrated.profiles.windows":{
"Git Bash": {
"path": "C:/Program Files/Git/git-bash.exe"
}
},
"terminal.integrated.defaultProfile.windows": "Git Bash" All my tasks also now run in powershell and I can't seem to have them run in any other shell. Definitely not a critical issue (in my case at least) but quite annoying. :) |
Same thing is happening to me since the latest update in #132170 I can still switch terminals, but it's definitely an annoying qualilty of life bug. |
Any errors in dev tools? |
+1 Was going to make an issue about this, ever since the update to 1.60 no matter how I configure the settings, it will always launch powershell, I tried nulling out the other profiles like the documentation says but to no avail: {
"terminal.integrated.profiles.windows": {
"Git Bash": null
}
} |
FYI to the conspiracy theorists, if we wanted to sneakily push powershell, introducing an annoying bug probably wouldn't be the way to do it. Ways we help powershell are by improving the product, not making it worse, eg:
We would do the same for any shell though, I use bash primarily myself. |
Just checking in for an update, no pressure. Has this patch been pushed yet or pending? |
Release will likely happen tomorrow, got delayed to push some other fixes in. We'll update #132426 as we're releasing. |
Again!???
…-----Original Message-----
From: Daniel Imms ***@***.***>
To: microsoft/vscode ***@***.***>
Cc: tomshaffner ***@***.***>, Mention ***@***.***>
Sent: Mo., 13 Sept. 2021 22:11
Subject: Re: [microsoft/vscode] Powershell console opens every time I launch VS Code with a project (#132150)
Release will likely happen tomorrow, got delayed to push some other fixes in. We'll update #132426 as we're releasing.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#132150 (comment)
|
I just received the update and it is working properly for me now! |
I'm still getting powershell terminal open itself when opening vscode and some .ps1 files from last session |
@marcinkubica do you have the powershell extension installed? If not please create a new issue with more details as this one is definitely fixed. |
Hi, I do have PowerShell extension installed. |
@marcinkubica oh ok, well it opens its own terminal when you open a ps1 file |
I just got the 1.60.1 update and it has been fixed |
Confirmed 1.60.1 fixed this for me. (Though, I had to re-set my default) |
just add this to the
|
Issue Type: Bug
Expected result: Your project loads.
Actual result: Your project loads and the powershell console window opens, exhorting you to try the new cross-platform Powershell.
Alternate repro steps:
code -n .
Expected result: Your project loads.
Actual result: Your project loads and the powershell console window opens, exhorting you to try the new cross-platform Powershell.
VS Code version: Code 1.60.0 (e7d7e9a, 2021-09-01T10:41:52.311Z)
OS version: Windows_NT x64 10.0.21390
Restricted Mode: No
System Info
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
Extensions (49)
A/B Experiments
The text was updated successfully, but these errors were encountered: