Skip to content

Commit

Permalink
Remove unused UpdatesChannel type
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Aug 25, 2022
1 parent e3dc5a5 commit 1061793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editors/code/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1061793

Please sign in to comment.