(message: string)
| 47 | } |
| 48 | |
| 49 | public appendLine(message: string): void { |
| 50 | this.appendAtLevel(0, message + os.EOL); |
| 51 | } |
| 52 | |
| 53 | // We should not await on this function. |
| 54 | public showInformationMessage(message: string, items?: string[]): Thenable<string | undefined> { |
no test coverage detected