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 c9a9c0d commit 9718c17Copy full SHA for 9718c17
editors/code/src/debug.ts
@@ -6,7 +6,7 @@ import type * as ra from "./lsp_ext";
6
import { Cargo } from "./toolchain";
7
import type { Ctx } from "./ctx";
8
import { createTaskFromRunnable, prepareEnv } from "./run";
9
-import { execute, isCargoRunnableArgs, log, unwrapUndefinable } from "./util";
+import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
10
import type { Config } from "./config";
11
12
const debugOutput = vscode.window.createOutputChannel("Debug");
0 commit comments