]> git.lizzy.rs Git - rust.git/commitdiff
Remove unused UpdatesChannel type
authorLaurențiu Nicola <lnicola@dend.ro>
Thu, 25 Aug 2022 18:33:42 +0000 (21:33 +0300)
committerLaurențiu Nicola <lnicola@dend.ro>
Thu, 25 Aug 2022 18:33:42 +0000 (21:33 +0300)
editors/code/src/config.ts

index b83582a344a9841ae61063a88f0cbde0864ef4e9..07e899eb0aa76d2f42d599cb633bd0bf6ee9c152 100644 (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>