I have a Vagrant box with ArchLinux and Python which uses a virtual environment per project (by using a certain Python version). I wish to configure VSC for running/debugging these Python projects. I've mounted the directory containing my projects (with sshfs) so I don't have to worry about sync.
With PyCharm the configuration is only in its IDE. How can I configure it for VSC by using SSH? What are other plugins necessary to work with Python?
Thanks in advance.
PS1: PyCharm is a great tool but it takes much resources, near 1GB in RAM.
PS2: I've read this article but it is not clear for me, one example is more useful.