Settings and commands#
Provider IDs#
Role |
ID |
|---|---|
Environment manager |
|
Package manager |
|
Conda Code setting#
conda-code.condaExecutable#
Absolute path or command name for the conda executable.
Type: string
Default: empty
Scope: machine-overridable
An empty value uses this precedence:
CONDA_EXEpython.condaPathcondaonPATH
Commands#
Conda Code: Refresh Environments#
Command ID: conda-code.refresh
Clears the package cache and refreshes regular environments, workspace
environments, and workspace task discovery. Conda Code also schedules refreshes
when conda.toml, pixi.toml, pyproject.toml, or conda.lock changes.
Project creation inputs such as environment.yml, explicit.txt, and
conda-lock.yml are not watched.