Commit 7fe5a24
committed
Launch powershell.exe with -ExecutionPolicy Bypass
This change causes our PowerShell sessions to be launched with an
ExecutionPolicy of Bypass to fix some of the extension loading
failures that users have been reporting. This setting avoids the prompt
which asks the user to accept running the signed
Start-EditorServices.ps1 script before the extension can be loaded.1 parent 659cd0d commit 7fe5a24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments