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 71cdb05 + 5f94200 commit ee83f5aCopy full SHA for ee83f5a
src/extension.ts
@@ -664,7 +664,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
664
665
if (proposed.length > 0) {
666
outputChannel.appendLine(`${extensionId} version ${extensionVersion} activating with proposed APIs available.\n`);
667
- outputChannel.show(true);
668
}
669
670
const languageServerExt =
0 commit comments