'Add environment to VScode interactive window

I have some conda environments and using another environment set in '''.bashrc''' file as follows which is not a conda env:

function XX {
APEDIR=/vol/augerprime/software/ape/    
APERC=$APEDIR/config/ape.rc
eval `$APEDIR/ape --rc=$APERC sh externals sqlite`
export AUGEROFFLINEROOT=/vol/augerprime/users/memam/offline-install
eval `$AUGEROFFLINEROOT/bin/auger-offline-config --env-sh`}

How to add this environment to the interactive window ash it only shows the conda ones?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source