diff options
| author | vsrs <vit@conrlab.com> | 2023-07-18 18:06:20 +0700 |
|---|---|---|
| committer | vsrs <vit@conrlab.com> | 2023-07-18 18:06:20 +0700 |
| commit | 08b3b2a56db77d56cdf0b6a8a23b8f93f92dae4f (patch) | |
| tree | 296db2e2c74c2f83712bfc7c26d4e142650dadfa | |
| parent | 7f29f016f3330b12b41f313c2b724063a2bd23d4 (diff) | |
| download | rust-08b3b2a56db77d56cdf0b6a8a23b8f93f92dae4f.tar.gz rust-08b3b2a56db77d56cdf0b6a8a23b8f93f92dae4f.zip | |
Fix lint
| -rw-r--r-- | editors/code/src/run.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/run.ts b/editors/code/src/run.ts index 8d468141d53..57881803a6a 100644 --- a/editors/code/src/run.ts +++ b/editors/code/src/run.ts @@ -7,7 +7,6 @@ import type { CtxInit } from "./ctx"; import { makeDebugConfig } from "./debug"; import type { Config, RunnableEnvCfg, RunnableEnvCfgItem } from "./config"; import { unwrapUndefinable } from "./undefinable"; -import { string } from "vscode-languageclient/lib/common/utils/is"; const quickPickButtons = [ { iconPath: new vscode.ThemeIcon("save"), tooltip: "Save as a launch.json configuration." }, |
