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.
1 parent 71cdb05 commit 5f94200Copy full SHA for 5f94200
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