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.