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 e8d7a74 commit 5da9393Copy full SHA for 5da9393
1 file changed
src/commands/batchApply.ts
@@ -2,7 +2,6 @@ import { execFile } from "node:child_process";
2
import type * as VSCode from "vscode";
3
import { patchloomNeedsUpgrade, resolvePatchloomStatus } from "../binary/patchloom.js";
4
import { getPatchloomLog } from "../logging/outputChannel.js";
5
-import { formatError } from "../util.js";
6
import { activeWorkspaceFolder } from "../workspace/readiness.js";
7
8
export const BATCH_TEMPLATE = JSON.stringify({
0 commit comments