We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b5ab8 commit e38cf26Copy full SHA for e38cf26
src/extension/debugger/adapter/factory.ts
@@ -181,7 +181,7 @@ export class DebugAdapterDescriptorFactory implements IDebugAdapterDescriptorFac
181
if (interpreter) {
182
if (
183
(interpreter.version?.major ?? 0) < 3 ||
184
- ((interpreter.version?.major ?? 0) <= 3 && (interpreter.version?.minor ?? 0) <= 9)
+ ((interpreter.version?.major ?? 0) <= 3 && (interpreter.version?.minor ?? 0) <= 8)
185
) {
186
this.showDeprecatedPythonMessage();
187
}
0 commit comments