Tutorial: Attaching Visual Studio Code to Devstack LMS Container

Hi @viadanna thanks for your post (https://opencraft.com/blog/tutorial-attaching-visual-studio-code-to-devstack-lms-container/)

It helped me to setup the vscode with remote containers for devstack(https://github.com/edx/devstack#edx-devstack-), however when I start to debug (vscode -> run -> start debugging) i get an error as connection refused

The container python version is 3.5.2 while in the tutorial it is showcased in the screenshot with ver 2.7 , is there some configuration that i need to update so that it works.