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 environmentsdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.importantIssue identified as high-priorityIssue identified as high-priority
Description
When fixing #16727, we discussed that we needed a way to prevent auto-selection from querying interpreters for a workspace when opening it, if it has already been run in an earlier session.
The solution that was discussed was to use getWorkspaceState
, however the workspace state gets set when the settings are updated (see #16734 (comment)).
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsdebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.importantIssue identified as high-priorityIssue identified as high-priority