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
In the Terminal panel, the "PowerShell Integrated" gets hung only showing "Starting PowerShell..."
There are no errors.
By the way! This was working before I installed ".NET Core 2.0 Preview 1".
I configure the following lines so I can use PowerShell 6.0.0-beta.1 instead of Windows PowerShell:
"terminal.integrated.shell.windows": "C:\Program Files\PowerShell\6.0.0-beta.1\powershell.exe",
"powershell.developer.powerShellExePath": "C:\Program Files\PowerShell\6.0.0-beta.1\powershell.exe"
The text was updated successfully, but these errors were encountered:
I did uninstalled .NET Core 2.0 Preview 1, rebooted the machine and I can't still no table to make "PowerShell Integrated" Terminal section to work. It still hung trying to "Starting PowerShell...".
This is a bug created by the latest Windows Insider Fast Ring builds. Something changed in the Windows console host that has broken a lot of stuff. The workaround is here: PowerShell/vscode-powershell#742 (comment)
Steps to Reproduce:
There are no errors.
By the way! This was working before I installed ".NET Core 2.0 Preview 1".
I configure the following lines so I can use PowerShell 6.0.0-beta.1 instead of Windows PowerShell:
"terminal.integrated.shell.windows": "C:\Program Files\PowerShell\6.0.0-beta.1\powershell.exe",
"powershell.developer.powerShellExePath": "C:\Program Files\PowerShell\6.0.0-beta.1\powershell.exe"
The text was updated successfully, but these errors were encountered: