Closed as not planned
Closed as not planned
Description
Upon creating a terminal, an activation command to activate the current environment is sent to the terminal.
There are often issues like #8770, where environment is not activated due to extension sending the wrong activation commands.
Example: An activation command used to work with conda x.x.x
, but conda y.y.y
changed something so it is no longer valid. And if the extension does not keep up with the change, activating the environment would fail.
Allow user to set their own activation commands for the interpreter they're using. Often they know the correct activation commands as you can notice in #8770.