Skip to content

Commit 4d94e78

Browse files
committed
Shows extension registration toast on the MCP Reinstall command
1 parent dd2068f commit 4d94e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class GkCliIntegrationProvider implements Disposable {
148148
await openUrl(result.url);
149149
}
150150

151-
if (result.usingExtensionRegistration && force === false) {
151+
if (result.usingExtensionRegistration) {
152152
const learnMore = { title: 'Learn More' };
153153
const confirm = { title: 'OK', isCloseAffordance: true };
154154
const userResult = await window.showInformationMessage(

0 commit comments

Comments
 (0)