Skip to content

Commit fb6c08b

Browse files
Uses pro badge
1 parent f698526 commit fb6c08b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/launchpadView.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { ConfigurationChangeEvent, TreeViewVisibilityChangeEvent } from 'vs
22
import { Disposable, ThemeIcon, TreeItem, TreeItemCollapsibleState, Uri, window } from 'vscode';
33
import type { OpenWalkthroughCommandArgs } from '../commands/walkthroughs';
44
import type { LaunchpadViewConfig, ViewFilesLayout } from '../config';
5+
import { proBadge } from '../constants';
56
import { Commands } from '../constants.commands';
67
import type { Container } from '../container';
78
import { AuthenticationRequiredError } from '../errors';
@@ -222,6 +223,8 @@ export class LaunchpadView extends ViewBase<'launchpad', LaunchpadViewNode, Laun
222223

223224
constructor(container: Container) {
224225
super(container, 'launchpad', 'Launchpad', 'launchpadView');
226+
227+
this.description = proBadge;
225228
}
226229

227230
override dispose() {

0 commit comments

Comments
 (0)