(relative: string)
| 297 | } |
| 298 | |
| 299 | workspacePath(relative: string): string { |
| 300 | return this._root.workspacePath(relative); |
| 301 | } |
| 302 | |
| 303 | async _init(adapter: DebugAdapter, target: ITarget) { |
| 304 | this._adapter = adapter; |
nothing calls this directly
no test coverage detected