The primary requested feature is the ability to customize and specifically limit where the python extension looks for virtual environments (https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments). The main reason for this is that it seems like in multi-user shared environments with many virtual environments, the remote extension doesn't seem to work correctly and floods network IO (bug report: #10866).
We haven't been able to determine a root cause for certain though and its difficult since as far as we know there isn't enough instrumentation/config options for restricting virtual environments search paths (only adding them).
The primary requested feature is the ability to customize and specifically limit where the python extension looks for virtual environments (https://code.visualstudio.com/docs/python/environments#_where-the-extension-looks-for-environments). The main reason for this is that it seems like in multi-user shared environments with many virtual environments, the remote extension doesn't seem to work correctly and floods network IO (bug report: #10866).
We haven't been able to determine a root cause for certain though and its difficult since as far as we know there isn't enough instrumentation/config options for restricting virtual environments search paths (only adding them).