MCPcopy
hub / github.com/coder/code-server / DevelopmentCompilers

Interface DevelopmentCompilers

ci/dev/watch.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { onLine, OnLineCallback } from "../../src/node/util"
4
5interface DevelopmentCompilers {
6 [key: string]: ChildProcess | undefined
7 vscode: ChildProcess
8 vscodeWebExtensions: ChildProcess
9 codeServer: ChildProcess
10 plugins: ChildProcess | undefined
11}
12
13class Watcher {
14 private rootPath = path.resolve(process.cwd())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected