We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463407a commit f8dba9bCopy full SHA for f8dba9b
extension-dev.code-workspace
@@ -146,7 +146,7 @@
146
"problemMatcher": [
147
"$msCompile"
148
],
149
- "command": "Invoke-Build TestServerPS72",
+ "command": "Invoke-Build TestPS74",
150
"group": {
151
"kind": "test",
152
"isDefault": true
@@ -195,9 +195,10 @@
195
"Clean",
196
"Build",
197
"Test",
198
- "TestServer",
199
- "TestServerPS72",
200
- "TestE2E",
+ "TestPS74",
+ "TestE2EPwsh",
+ "TestPS51",
201
+ "TestE2EPowerShell",
202
203
"default": "Clean"
204
}
0 commit comments