File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4545- Fixes issues where a merge or rebase operation says there or no changes when there are changes
4646- Fixes an error with queries that can cause Jira Cloud and other cloud integrations to stop working
4747- Fixes issues with some directory comparison commands
48+ - Fixes [ #3473 ] ( https://github.com/gitkraken/vscode-gitlens/issues/3473 ) - Plus features can't be restored after they are hidden
4849
4950## [ 15.2.3] - 2024-07-26
5051
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ export class SubscriptionService implements Disposable {
632632 ) ;
633633 }
634634
635- void configuration . updateEffective ( 'plusFeatures.enabled' , false ) ;
635+ void configuration . updateEffective ( 'plusFeatures.enabled' , visible ) ;
636636 }
637637
638638 @log ( )
You can’t perform that action at this time.
0 commit comments