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 75e560f commit 65b26edCopy full SHA for 65b26ed
src/plus/launchpad/launchpadProvider.ts
@@ -983,7 +983,7 @@ export class LaunchpadProvider implements Disposable {
983
if (e.reason === 'connected') {
984
void setContext('gitlens:launchpad:connect', false);
985
} else {
986
- void setContext('gitlens:launchpad:connect', await this.hasConnectedIntegration());
+ void setContext('gitlens:launchpad:connect', !(await this.hasConnectedIntegration()));
987
}
988
989
0 commit comments