MCPcopy Create free account
hub / github.com/Borvik/vscode-postgres / appendLine

Method appendLine

src/common/outputChannel.ts:12–15  ·  view source on GitHub ↗
(value: string, show?: boolean)

Source from the content-addressed store, hash-verified

10 }
11
12 public static appendLine(value: string, show?: boolean) {
13 if (show) OutputChannel.outputChannel.show(true);
14 OutputChannel.outputChannel.appendLine(value);
15 }
16
17 public static displayResults(uri: vscode.Uri, title: string, res: QueryResults[], showInCurrentPanel: boolean = false): void {
18 let viewColumn = OutputChannel.getViewColumn();

Callers 1

runQueryMethod · 0.80

Calls 1

showMethod · 0.80

Tested by

no test coverage detected