We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46879ab commit eb46c89Copy full SHA for eb46c89
Support/Pester.sublime-build
@@ -0,0 +1,9 @@
1
+{
2
+ "cmd": ["pwsh", "-NoProfile","-NonInteractive", "-ExecutionPolicy", "Bypass","-Command","Invoke-Pester"],
3
+ "selector": "source.powershell",
4
+ "file_regex": "at <ScriptBlock>, (.+): line ([0-9]+)$",
5
+
6
+ "windows": {
7
+ "cmd": ["powershell.exe", "-NoProfile","-NonInteractive", "-ExecutionPolicy", "Bypass","-Command","Invoke-Pester"],
8
+ }
9
+}
0 commit comments