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 552b269 commit 0be4389Copy full SHA for 0be4389
package.json
@@ -1769,9 +1769,14 @@
1769
},
1770
{
1771
"view": "notifications:github",
1772
- "when": "!github:notificationCount",
+ "when": "!github:notificationCount && workspaceFolderCount > 0",
1773
"contents": "%welcome.github.notificationsLoading.contents%"
1774
1775
+ {
1776
+ "view": "notifications:github",
1777
+ "when": "workspaceFolderCount == 0",
1778
+ "contents": "%welcome.issues.github.noFolder.contents%"
1779
+ },
1780
1781
1782
"when": "ReposManagerStateContext == RepositoriesLoaded && github:notificationCount == -1",
0 commit comments