Skip to content

Commit 6eb7689

Browse files
committed
Auto merge of #13118 - lnicola:cleanup, r=lnicola
minor: Remove unused UpdatesChannel type
2 parents e3dc5a5 + 1061793 commit 6eb7689

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)