Skip to content

Commit 9718c17

Browse files
committed
Remove unused dep
1 parent c9a9c0d commit 9718c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
66
import { Cargo } from "./toolchain";
77
import type { Ctx } from "./ctx";
88
import { createTaskFromRunnable, prepareEnv } from "./run";
9-
import { execute, isCargoRunnableArgs, log, unwrapUndefinable } from "./util";
9+
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
1010
import type { Config } from "./config";
1111

1212
const debugOutput = vscode.window.createOutputChannel("Debug");

0 commit comments

Comments
 (0)