Skip to content

Commit 31d5415

Browse files
committed
test: use command line to install extension
1 parent ba09180 commit 31d5415

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/vscode/src/test/formatting.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import { openAndShowTextDocument, wait, WORKSPACE_PATH } from "./test-utils";
55

66
suite("Code Block Formatting", function () {
77
test("Format Python code block", async function () {
8-
// Ensure Black formatter extension is installed
9-
// await vscode.commands.executeCommand("workbench.extensions.installExtension", "ms-python.black-formatter");
10-
// await wait(1000);
11-
128
const { doc, editor } = await openAndShowTextDocument("format-python.qmd");
139

1410
const position = new vscode.Position(7, 2); // Line with "1+1"

0 commit comments

Comments
 (0)