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
The latest VS Code Insiders builds have caused a change in behavior which causes the PS Integrated Console to not launch when the "powershell.powerShellExePath setting isn't specified. There must have been an API change related to default setting values.
The text was updated successfully, but these errors were encountered:
This change introduces a new module that contains all the logic for
determining the current OS platform, process architecture and OS
architecture for use in determining available Windows PowerShell EXE
paths. This module helps resolve problems that were introduced by the
new 64-bit distribution of Visual Studio Code.
FixesPowerShell#1008FixesPowerShell#1007FixesPowerShell#1006FixesPowerShell#993
This change introduces a new module that contains all the logic for
determining the current OS platform, process architecture and OS
architecture for use in determining available Windows PowerShell EXE
paths. This module helps resolve problems that were introduced by the
new 64-bit distribution of Visual Studio Code.
Fixes#1008Fixes#1007Fixes#1006Fixes#993
The latest VS Code Insiders builds have caused a change in behavior which causes the PS Integrated Console to not launch when the
"powershell.powerShellExePath
setting isn't specified. There must have been an API change related to default setting values.The text was updated successfully, but these errors were encountered: