...
On VS Code, make sure you've installed the extension these two extensions:
Remote - ContainersPython
After installing, you should see a button for this extension at the bottom-left corner of VS Code
...
Click the button to the right of the container button, to choose your interpreter/SDK.
Note: If you don't see the button:
- Go to Extension > Python, and make sure it is "enabled in dev container"
- Double-click a .py file to activate Python extension.
For python, click the area, which shows Python 3.6.8 64-bit above, and choose the interpreter Python 3.6.8 64-bit (it should be at /usr/local/bin/python)
...
I've included a simple code in the your repo of:
- backend-offline subteam: in
masterbranch, atbackend-offline/dev-dashboard/dashboard-backend/temp_container_test_run/container_test_run.py - backend-online subteam: in
masterbranch, atbackend-online/dev-backend/flask_docker/temp_container_test_run/container_test_run.py
If you run it, it should show in terminal the same output as above. Note the 2nd line Linux shows it's been run in container (not local machine of Mac OS/Windows)
...
