(private readonly workspaceRoot: string)
| 31 | private terminalId: string | null = null; |
| 32 | |
| 33 | constructor(private readonly workspaceRoot: string) {} |
| 34 | |
| 35 | write(message: JsonRpcMessage): void { |
| 36 | this.written.push(message); |
nothing calls this directly
no outgoing calls
no test coverage detected