Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 08b3b2a

Browse files
committed
Fix lint
1 parent 7f29f01 commit 08b3b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import type { CtxInit } from "./ctx";
77
import { makeDebugConfig } from "./debug";
88
import type { Config, RunnableEnvCfg, RunnableEnvCfgItem } from "./config";
99
import { unwrapUndefinable } from "./undefinable";
10-
import { string } from "vscode-languageclient/lib/common/utils/is";
1110

1211
const quickPickButtons = [
1312
{ iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." },

0 commit comments

Comments
 (0)