You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
When using Copilot Chat in VS Code, it consistently generates terminal commands that require execution in the terminal. However, Copilot fails to correctly recognize my project's Conda environment. Despite specifying my Conda environment in the Python interpreter settings, Copilot defaults to the base environment.
Describe the solution you'd like
I would like to see the addition of a feature allowing manual selection of the Conda environment in Copilot Chat, or automatic recognition of the Conda environment chosen in the Python interpreter settings.