We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc5a5 commit 1061793Copy full SHA for 1061793
editors/code/src/config.ts
@@ -3,8 +3,6 @@ import * as vscode from "vscode";
3
import { Env } from "./client";
4
import { log } from "./util";
5
6
-export type UpdatesChannel = "stable" | "nightly";
7
-
8
export type RunnableEnvCfg =
9
| undefined
10
| Record<string, string>
0 commit comments