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.
2 parents e3dc5a5 + 1061793 commit 6eb7689Copy full SHA for 6eb7689
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