We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf25ad8 + 33541f2 commit 90966d0Copy full SHA for 90966d0
src/logger.ts
@@ -51,7 +51,7 @@ class VSCodeLogger implements ILogger {
51
52
private _print(...args: any[]) {
53
if (!this._outputChannel) {
54
- this._outputChannel = vscode.window.createOutputChannel("InterSystems Server Manager");
+ this._outputChannel = vscode.window.createOutputChannel("InterSystems Testing Manager");
55
}
56
57
const msg = args
0 commit comments