Fix CI
This commit is contained in:
@ -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...")
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user