mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Fix lint
This commit is contained in:
parent
7f29f016f3
commit
08b3b2a56d
1 changed files with 0 additions and 1 deletions
|
@ -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." },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue