We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba09180 commit 31d5415Copy full SHA for 31d5415
apps/vscode/src/test/formatting.test.ts
@@ -5,10 +5,6 @@ import { openAndShowTextDocument, wait, WORKSPACE_PATH } from "./test-utils";
5
6
suite("Code Block Formatting", function () {
7
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
-
12
const { doc, editor } = await openAndShowTextDocument("format-python.qmd");
13
14
const position = new vscode.Position(7, 2); // Line with "1+1"
0 commit comments