theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 344 forks source link

update ms-python version to 2020.8.105369 #492

Closed alancummings closed 2 years ago

alancummings commented 2 years ago

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.

alancummings commented 2 years ago

commit amended with signature