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 dd2068f commit 4d94e78Copy full SHA for 4d94e78
src/env/node/gk/cli/integration.ts
@@ -148,7 +148,7 @@ export class GkCliIntegrationProvider implements Disposable {
148
await openUrl(result.url);
149
}
150
151
- if (result.usingExtensionRegistration && force === false) {
+ if (result.usingExtensionRegistration) {
152
const learnMore = { title: 'Learn More' };
153
const confirm = { title: 'OK', isCloseAffordance: true };
154
const userResult = await window.showInformationMessage(
0 commit comments