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 8f3718a + 76e0a7a commit 06258dfCopy full SHA for 06258df
src/extension.ts
@@ -536,6 +536,11 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
536
: null,
537
].filter(notNull);
538
539
+ if (proposed.length > 0) {
540
+ outputChannel.appendLine(`${extensionId} version ${extensionVersion} activating with proposed APIs available.\n`);
541
+ outputChannel.show(true);
542
+ }
543
+
544
context.subscriptions.push(
545
reporter,
546
workspace.onDidChangeTextDocument((event) => {
0 commit comments