We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf25ad8 commit 33541f2Copy full SHA for 33541f2
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