We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4ea52c + 583ad9a commit 61eac16Copy full SHA for 61eac16
Support/Powershell.sublime-build
@@ -1,4 +1,8 @@
1
{
2
- "cmd": ["powershell.exe", "-noprofile", "-file", "$file"],
3
- "selector": "source.powershell"
+ "cmd": ["pwsh", "-noprofile", "-file", "$file"],
+ "selector": "source.powershell",
4
+
5
+ "windows": {
6
+ "cmd": ["powershell.exe", "-noprofile", "-file", "$file"],
7
+ }
8
}
0 commit comments