Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stub proposed APIs used by Python debugger #13894

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

msujew
Copy link
Member

@msujew msujew commented Jul 8, 2024

What it does

Closes #13881

Stubs the APIs listed in the package.json of the vscode-python-debugger plugin.

How to test

  1. Download and install the Python extension suite (that includes the Python Debug extension)
  2. Open a Python file.
  3. There should be no notification that the extension crashes during startup.
  4. You could also test that debugging works as expected for a simple python file.

Review checklist

Reminder for reviewers

Copy link
Contributor

@rschnekenbu rschnekenbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks good to me, code wise and runtime wise. I could run the python debugger without any log messages.

@msujew msujew merged commit 62476a0 into master Jul 10, 2024
8 of 14 checks passed
@msujew msujew deleted the msujew/proposed-python-debugger branch July 10, 2024 15:04
@github-actions github-actions bot added this to the 1.52.0 milestone Jul 10, 2024
@zoof
Copy link

zoof commented Jul 16, 2024

Any idea when 1.52.0 is expected? I'm anxious to try Theia but as it stands now, it's unusable for me.

@msujew
Copy link
Member Author

msujew commented Jul 16, 2024

Hey @zoof, we release a new version of the framework on every last Thursday of the month, so likely on the 25th. You can expect a new version of the Theia IDE a few days after that.

@zoof
Copy link

zoof commented Jul 16, 2024

Wonderful, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Activating extension 'Python Debugger' failed: r.workspace.registerPortAttributesProvider is not a function
3 participants