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.
1 parent c6cc168 commit 79e1c18Copy full SHA for 79e1c18
Support/Powershell.sublime-build
@@ -1,3 +1,4 @@
1
{
2
- "cmd": ["powershell.exe", "-noprofile", "-file", "$file"]
+ "cmd": ["powershell.exe", "-noprofile", "-file", "$file"],
3
+ "selector": "source.powershell"
4
}
0 commit comments