Remove unused UpdatesChannel type

This commit is contained in:
Laurențiu Nicola 2022-08-25 21:33:42 +03:00
parent e3dc5a588f
commit 10617938b1

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>