forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked onverifiedVerification succeededVerification succeeded
Milestone
Description
Create a conda env without Python
The version information returned is invalid {"major":-1,"minor":-1,"patch":-1}
This causes issues in Jupuyter extesnion as we display messages based on the version of the python environment, and -1 isn't a valid version number.
Ideally it should be undefined
I would setting the whole version property to be undefined as -1 is not a valid version.
Or have a seperate type for Non-Python environments. Such as conda environments that do not contain Python, as thats definitely possible, after all conda is not just for python, one can create environments for Java, Node.js, etc with Conda
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked onverifiedVerification succeededVerification succeeded
