File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default class PopupViewProvider implements vscode.TreeDataProvider<Status
7979 }
8080
8181 if ( parts . length === 0 ) {
82- statusBarItem . text = "$(zap)" ;
82+ statusBarItem . text = "$(zap) Fast Olympic Coding " ;
8383 statusBarItem . tooltip = "Open Fast Olympic Coding Panel" ;
8484 statusBarItem . backgroundColor = undefined ;
8585 } else {
@@ -91,7 +91,7 @@ export default class PopupViewProvider implements vscode.TreeDataProvider<Status
9191 tooltip = "Open Fast Olympic Coding Panel" ;
9292 statusBarItem . backgroundColor = undefined ;
9393 }
94- statusBarItem . text = `$(zap) ${ parts . join ( " " ) } ` ;
94+ statusBarItem . text = `$(zap) Fast Olympic Coding: ${ parts . join ( " " ) } ` ;
9595 statusBarItem . tooltip = tooltip ;
9696 }
9797 }
You can’t perform that action at this time.
0 commit comments