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 daa6a3a commit 0820f3bCopy full SHA for 0820f3b
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) <= 7)
+ ((interpreter.version?.major ?? 0) <= 3 && (interpreter.version?.minor ?? 0) <= 8)
185
) {
186
this.showDeprecatedPythonMessage();
187
}
0 commit comments