UNPKG

@jsjoeio/code-server

Version:

Run VS Code on a remote server.

6 lines (5 loc) 318 B
import http from "http"; import { DefaultedArgs } from "./cli"; export declare const runVsCodeCli: (args: DefaultedArgs) => void; export declare const openInExistingInstance: (args: DefaultedArgs, socketPath: string) => Promise<void>; export declare const runCodeServer: (args: DefaultedArgs) => Promise<http.Server>;