Skip to content

Commit ee83f5a

Browse files
Merge pull request intersystems-community#1113 from gjsjohnmurray/quieter-activate
Don't switch Panel to Output tab when starting with proposed API enabled
2 parents 71cdb05 + 5f94200 commit ee83f5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
664664

665665
if (proposed.length > 0) {
666666
outputChannel.appendLine(`${extensionId} version ${extensionVersion} activating with proposed APIs available.\n`);
667-
outputChannel.show(true);
668667
}
669668

670669
const languageServerExt =

0 commit comments

Comments
 (0)