Archived
1
0
This commit is contained in:
Anmol Sethi
2020-12-04 02:08:55 -05:00
parent c15b526eff
commit a021bf5d35
4 changed files with 13 additions and 3 deletions

View File

@ -17,10 +17,10 @@ import {
} from "./cli"
import { coderCloudBind } from "./coder_cloud"
import { commit, version } from "./constants"
import * as proxyAgent from "./proxy_agent"
import { register } from "./routes"
import { humanPath, isFile, open } from "./util"
import { isChild, wrapper } from "./wrapper"
import * as proxyAgent from "./proxy_agent"
export const runVsCodeCli = (args: DefaultedArgs): void => {
logger.debug("forking vs code cli...")

View File

@ -1,6 +1,6 @@
import { logger } from "@coder/logger"
import * as proxyagent from "proxy-agent"
import * as http from "http"
import * as proxyagent from "proxy-agent"
/**
* This file does not have anything to do with the code-server proxy.