Skip to content

Commit 2a0ea7a

Browse files
axosoft-ramintd13
authored andcommitted
Updates unsupported app modal and wording
1 parent 55d8d3e commit 2a0ea7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ export class GkCliIntegrationProvider implements Disposable {
263263
});
264264
}
265265

266-
const learnMore = { title: 'Learn More' };
266+
const learnMore = { title: 'View Setup Instructions' };
267267
const cancel = { title: 'Cancel', isCloseAffordance: true };
268-
const result = await window.showErrorMessage(
269-
'Automatic setup of the GitKraken MCP server is not supported for this application. To complete setup, you will have to add the GitKraken MCP manually to your MCP configuration.',
268+
const result = await window.showInformationMessage(
269+
'This application doesn’t support automatic MCP setup. Please add the GitKraken MCP to your configuration manually.',
270270
{ modal: true },
271271
learnMore,
272272
cancel,

0 commit comments

Comments
 (0)