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 7f29f01 commit 08b3b2aCopy full SHA for 08b3b2a
editors/code/src/run.ts
@@ -7,7 +7,6 @@ import type { CtxInit } from "./ctx";
7
import { makeDebugConfig } from "./debug";
8
import type { Config, RunnableEnvCfg, RunnableEnvCfgItem } from "./config";
9
import { unwrapUndefinable } from "./undefinable";
10
-import { string } from "vscode-languageclient/lib/common/utils/is";
11
12
const quickPickButtons = [
13
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },
0 commit comments