Auto merge of #13118 - lnicola:cleanup, r=lnicola

minor: Remove unused UpdatesChannel type
This commit is contained in:
bors 2022-08-25 19:00:07 +00:00
commit 6eb7689921

View file

@ -3,8 +3,6 @@ import * as vscode from "vscode";
import { Env } from "./client";
import { log } from "./util";
export type UpdatesChannel = "stable" | "nightly";
export type RunnableEnvCfg =
| undefined
| Record<string, string>