-
Notifications
You must be signed in to change notification settings - Fork 344
latest version of theiaide/theia-python will not debug #485
Comments
@alancummings thank you for reporting the issue, please see #483, it should be fixed in the |
I've tested with the current "next" tagged docker container (reportedly updated on July 27): |
@alancummings it works for you when the version mentioned in #441 (comment) is used? I believe |
Unfortunately I think The license for (1): https://www.npmjs.com/package/vsls |
Yes, if I build an IDE myself, it can work for any ms-python in the range from 2020.7.96456 to 2020.10.332292344 This issue I'm reporting is specific to the built and uploaded image in docker hub -- if a user runs that container, it is not possible (that I know of) to change the version of ms-python that it has installed - so the docker hub image There does seem to be a broader issue that all of the Github code seems to include version 2020.1.58038 in the package.json (if ms-python is included). |
@alancummings are you interested in contributing a fix to update the
The same is likely true for
|
I can do that. I have a fix, do you want to give me push access? NOTE: this upgrades to version 2020.8.105369 -- later versions up to 2020.10.332292344 will run in the debugger, but the feature of showing the workspace python version in the status bar is broken after 2020.8.105369 |
Unfortunately I cannot grant push access, you'll need to follow the usual workflow when working in open-source which is forking the repository, and creating pull-requests from your fork which we will review: |
I created pull request #492 |
The latest version (2021-07-23) of the theiaide python image on dockerhub fails to debug.
To reproduce:
docker run --rm -it -p3000:3000 theiaide/theia-python
http://localhost:3000
test.py
--> a message pops up: "There was an error starting the debug session, check the logs for more details."
--> the backend log has this:
The text was updated successfully, but these errors were encountered: