Skip to content

Commit 5dfb8f9

Browse files
Leaves out auto-install (for now)
1 parent 53b4ce3 commit 5dfb8f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/env/node/gk/cli/integration.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ export class GkCliIntegrationProvider implements Disposable {
4949

5050
this.onConfigurationChanged();
5151

52-
const cliInstall = this.container.storage.get('gk:cli:install');
52+
// TODO: Uncomment this once we feel confident enough that the install process is stable cross-platform
53+
/* const cliInstall = this.container.storage.get('gk:cli:install');
5354
if (!cliInstall || (cliInstall.status === 'attempted' && cliInstall.attempts < 5)) {
5455
setTimeout(() => this.installCLI(true), 10000 + Math.floor(Math.random() * 20000));
55-
}
56+
} */
5657
}
5758

5859
dispose(): void {

0 commit comments

Comments
 (0)