Skip to content

Commit 46879ab

Browse files
committed
Add execution policy to sublime-build
1 parent 6a145ca commit 46879ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Support/Powershell.sublime-build

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"cmd": ["pwsh", "-noprofile", "-file", "$file"],
2+
"cmd": ["pwsh", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],
33
"selector": "source.powershell",
44

55
"windows": {
6-
"cmd": ["powershell.exe", "-noprofile", "-file", "$file"],
6+
"cmd": ["powershell.exe", "-noprofile", "-ExecutionPolicy", "Bypass", "-file", "$file"],
77
}
88
}

0 commit comments

Comments
 (0)