We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd1a56 commit b177d8aCopy full SHA for b177d8a
1 file changed
extensions/vscode-api-tests/src/singlefolder-tests/chat.runInTerminal.test.ts
@@ -249,7 +249,7 @@ function extractTextContent(result: vscode.LanguageModelToolResult): string {
249
assert.ok(acceptable.includes(output.trim()), `Unexpected output: ${JSON.stringify(output.trim())}`);
250
});
251
252
- (isWindows ? test : test.skip)('&& operators are converted to ; on PowerShell', async function () {
+ (isWindows ? test.skip : test.skip)('&& operators are converted to ; on PowerShell', async function () {
253
this.timeout(60000);
254
255
const m1 = `CHAIN_${Date.now()}_A`;
0 commit comments