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 3bf4dae commit cf70a15Copy full SHA for cf70a15
src/client/activation/node/analysisOptions.ts
@@ -64,7 +64,7 @@ export class NodeLanguageServerAnalysisOptions extends LanguageServerAnalysisOpt
64
}
65
66
const pylanceVersion = extensions.getExtension(PYLANCE_EXTENSION_ID)?.packageJSON.version;
67
- return pylanceVersion && semver.prerelease(pylanceVersion)?.includes('dev');
+ return pylanceVersion && semver.prerelease(pylanceVersion)?.includes('dev') === true;
68
69
70
private getPythonSpecificEditorSection() {
0 commit comments