Skip to content

Commit 88f8c19

Browse files
committed
Updated message
1 parent 56a3cc3 commit 88f8c19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/extension.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,9 @@ export async function activate(context: ExtensionContext): Promise<PythonEnviron
534534
}
535535

536536
const confirmation = await window.showInformationMessage(
537-
l10n.t('This will open an issue on microsoft/vscode-python-envs. Do you want to continue?'),
537+
l10n.t(
538+
'This will create an issue in the Python Environments repository for the team to investigate. Do you want to proceed?',
539+
),
538540
{ modal: true },
539541
l10n.t('No'),
540542
l10n.t('Yes'),

0 commit comments

Comments
 (0)