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 b7fee7c commit 020bd42Copy full SHA for 020bd42
src/extension/debugger/adapter/factory.ts
@@ -159,7 +159,7 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
159
}
160
const prompts = [Interpreters.changePythonInterpreter, Common.doNotShowAgain];
161
const selection = await showErrorMessage(
162
- l10n.t('The debugger in the python extension no longer supports python versions minor than 3.9.'),
+ l10n.t('The minimum supported Python version for the debugger extension is 3.9.'),
163
{ modal: true },
164
...prompts,
165
);
0 commit comments