VS Code: Connecting to a python interpreter in docker container without using remote containers
I know it is generally possible to connect to a container's python interpreter with: remote containers remote ssh The problems I have with these solutions: it opens a new window where I need to install/specify all extensions again it opens…