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 63b0e27 commit 3918e29Copy full SHA for 3918e29
src/tools/rust-analyzer/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 { execSync } from 'node:child_process'
+import { execSync } from 'node:child_process';
10
import { execute, isCargoRunnableArgs, unwrapUndefinable } from "./util";
11
import type { Config } from "./config";
12
0 commit comments