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
Add setting to enable use of Windows PowerShell developer builds
This change adds a new setting called
"powershell.developer.powerShellExeIsWindowsDevBuild" which identifies
that the specified powerShellExePath refers to a developer build of
Windows PowerShell. This is needed because an environment variable needs
to be set before using such a build with the PowerShell extension.
Copy file name to clipboardExpand all lines: package.json
+5
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,11 @@
316
316
"default": "",
317
317
"description": "Specifies the full path to a PowerShell executable. Used to change the installation of PowerShell used for language and debugging services."
"description": "If true, indicates that the powerShellExePath points to a developer build of Windows PowerShell and should be configured appropriately."
0 commit comments