We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3845c65 commit b82a9b1Copy full SHA for b82a9b1
src/test/ts_tests/tests/common/minimal.smoke.test.ts
@@ -73,7 +73,7 @@ suite('Smoke Tests', function () {
73
const doc = await vscode.workspace.openTextDocument(path.join(TEST_PROJECT_DIR, 'myscript.py'));
74
await vscode.window.showTextDocument(doc);
75
76
- await ensureBlackExt();
+ await ensureBlackExt(true);
77
78
const editor = vscode.window.activeTextEditor;
79
assert.ok(editor, 'No active editor');
0 commit comments