Skip to content

Commit 0435277

Browse files
#185 don't show Activated! message in status bar on data preview activation
1 parent fc2e369 commit 0435277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function activate(context: ExtensionContext) {
3838

3939
// create extension status bar items
4040
status = window.createStatusBarItem(StatusBarAlignment.Right, 300); // left align priority
41-
status.text = '🈸 Activated!';
41+
status.text = ''; // '🈸 Activated!';
4242
status.show();
4343

4444
// register Data preview serializer for restore on vscode restart

0 commit comments

Comments
 (0)