Skip to content

Commit 1061793

Browse files
committed
Remove unused UpdatesChannel type
1 parent e3dc5a5 commit 1061793

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editors/code/src/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import * as vscode from "vscode";
33
import { Env } from "./client";
44
import { log } from "./util";
55

6-
export type UpdatesChannel = "stable" | "nightly";
7-
86
export type RunnableEnvCfg =
97
| undefined
108
| Record<string, string>

0 commit comments

Comments
 (0)