Skip to content

Commit ad39201

Browse files
authored
Fix notifications view not showing (#7041)
1 parent baa3baa commit ad39201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@
718718
{
719719
"id": "notifications:github",
720720
"name": "%view.notifications.github.name%",
721-
"when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts && config.githubPullRequests.experimental.notificationsView && (remoteName != codespaces || !isWeb)",
721+
"when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts && (remoteName != codespaces || !isWeb)",
722722
"icon": "$(bell)",
723723
"accessibilityHelpContent": "%view.pr.github.accessibilityHelpContent%",
724724
"visibility": "collapsed"

0 commit comments

Comments
 (0)