Currently it appears that python-envs.terminal.autoActivationType can only be set via the extension's UI - cogwheel - settings.
The git project settings.json is how I normally set all my extension values needed.
It doesn't seem to be possible to set this key in settings.json.
Feature request
I'd like to be able to set python-envs.terminal.autoActivationType to shellStartup as part of the folder's settings.json instead of having to remember to do it in VSCode extension settings. I do not sync general user level VSCode settings, only at the project level as part of git.
Currently it appears that
python-envs.terminal.autoActivationTypecan only be set via the extension's UI - cogwheel - settings.The git project settings.json is how I normally set all my extension values needed.
It doesn't seem to be possible to set this key in settings.json.
Feature request
I'd like to be able to set
python-envs.terminal.autoActivationTypetoshellStartupas part of the folder'ssettings.jsoninstead of having to remember to do it in VSCode extension settings. I do not sync general user level VSCode settings, only at the project level as part of git.