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 fc2e369 commit 0435277Copy full SHA for 0435277
src/extension.ts
@@ -38,7 +38,7 @@ export function activate(context: ExtensionContext) {
38
39
// create extension status bar items
40
status = window.createStatusBarItem(StatusBarAlignment.Right, 300); // left align priority
41
- status.text = '🈸 Activated!';
+ status.text = ''; // '🈸 Activated!';
42
status.show();
43
44
// register Data preview serializer for restore on vscode restart
0 commit comments