The current docker image theiaide/theis-python will not debug python code. In building local Theia IDEs, the ms-python versions that work are in the range 2020.7.96456 to 2020.10.332292344.
Versions after 2020.8.105369, however, break the nice (but not strictly necessary) feature of showing the workspace python version in the status bar.
Updating the package.json files that include a download for the ms-python plugin.
Also, switching to use of OpenVSX as the download source.
Fixes: #485
The current docker image theiaide/theis-python will not debug python code. In building local Theia IDEs, the ms-python versions that work are in the range 2020.7.96456 to 2020.10.332292344. Versions after 2020.8.105369, however, break the nice (but not strictly necessary) feature of showing the workspace python version in the status bar.
Updating the package.json files that include a download for the ms-python plugin. Also, switching to use of OpenVSX as the download source.