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
Latest PowerShell 7.0.0-preview.3 has added support for MSIX package in addition to classic .msi package.
VSCode powershell extensions can't automatically pick up PowerShell installed from MSI package.
Workaround from issue #2110 works fine, I can use following pattern in VSCode:
Hi
Latest PowerShell 7.0.0-preview.3 has added support for MSIX package in addition to classic .msi package.
VSCode powershell extensions can't automatically pick up PowerShell installed from MSI package.
Workaround from issue #2110 works fine, I can use following pattern in VSCode:
And its working fine for me, but this will be fine to have built-in support in vscode-powershell
The text was updated successfully, but these errors were encountered: