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 42efa1b commit 05101ebCopy full SHA for 05101eb
src/env/node/gk/cli/integration.ts
@@ -121,11 +121,7 @@ export class GkCliIntegrationProvider implements Disposable {
121
}
122
123
// Reset the attempts count if GitLens extension version has changed
124
- if (
125
- reachedMaxAttempts(cliInstall) &&
126
- this.container.version !== this.container.previousVersion &&
127
- satisfies(fromString(this.container.version), '>= 17.6')
128
- ) {
+ if (reachedMaxAttempts(cliInstall) && this.container.version !== this.container.previousVersion) {
129
void this.container.storage.store('gk:cli:install', undefined);
130
131
0 commit comments