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 a3694d6 commit ba09180Copy full SHA for ba09180
apps/vscode/src/test/formatting.test.ts
@@ -5,8 +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
- this.timeout(30000); // Increase timeout to 30 seconds for extension installation and formatting
9
-
10
// Ensure Black formatter extension is installed
11
// await vscode.commands.executeCommand("workbench.extensions.installExtension", "ms-python.black-formatter");
12
// await wait(1000);
0 commit comments