Skip to content

Conda Issues #5344

@DonJayamanne

Description

@DonJayamanne

Use conda info

Use conda activate

Use conda run

Verifying conda work is done

Basically we are no longer doing any shenanigans behind conda's back to support it and we are using the provided tooling as expected.

  • Use some conda command to get the list of environments
  • Only use conda activate to activate environments (i.e. don't use source)
  • conda run
    • For executing tools (e.g. formatters, linters, and test runners)
    • For executing user files (e.g. the green play button)
    • For running the debugger

Metadata

Metadata

Assignees

Labels

area-environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugmetaIssue that is tracking an overall projectneeds PRReady to be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions