We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa3baa commit ad39201Copy full SHA for ad39201
package.json
@@ -718,7 +718,7 @@
718
{
719
"id": "notifications:github",
720
"name": "%view.notifications.github.name%",
721
- "when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts && config.githubPullRequests.experimental.notificationsView && (remoteName != codespaces || !isWeb)",
+ "when": "ReposManagerStateContext != NeedsAuthentication && !github:resolvingConflicts && (remoteName != codespaces || !isWeb)",
722
"icon": "$(bell)",
723
"accessibilityHelpContent": "%view.pr.github.accessibilityHelpContent%",
724
"visibility": "collapsed"
0 commit comments