This commit is contained in:
vsrs 2023-07-18 18:06:20 +07:00
parent 7f29f016f3
commit 08b3b2a56d

View file

@ -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." },