Skip to content

Commit 020bd42

Browse files
authored
update error msg (#718)
1 parent b7fee7c commit 020bd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/debugger/adapter/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
159159
}
160160
const prompts = [Interpreters.changePythonInterpreter, Common.doNotShowAgain];
161161
const selection = await showErrorMessage(
162-
l10n.t('The debugger in the python extension no longer supports python versions minor than 3.9.'),
162+
l10n.t('The minimum supported Python version for the debugger extension is 3.9.'),
163163
{ modal: true },
164164
...prompts,
165165
);

0 commit comments

Comments
 (0)