Uh oh!
There was an error while loading. Please reload this page.
fix bug with extension overriding debugpy endpoint - #620
Merged
Eleanor Boyd (eleanorjboyd) merged 2 commits intoFeb 21, 2025
Merged
fix bug with extension overriding debugpy endpoint#620Eleanor Boyd (eleanorjboyd) merged 2 commits into
Eleanor Boyd (eleanorjboyd) merged 2 commits into
Conversation
Eleanor Boyd (eleanorjboyd)
requested a review
from Karthik Nadig (karthiknadig)February 20, 2025 19:42
Eleanor Boyd (eleanorjboyd)
marked this pull request as ready for review
February 20, 2025 19:42
Contributor
There was a problem hiding this comment.
Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.
Files not reviewed (4)
- bundled/scripts/noConfigScripts/debugpy: Language not supported
- bundled/scripts/noConfigScripts/debugpy.bat: Language not supported
- bundled/scripts/noConfigScripts/debugpy.fish: Language not supported
- bundled/scripts/noConfigScripts/debugpy.ps1: Language not supported
If the changes appear safe, you can manually trigger the pipeline by commenting |
Karthik Nadig (karthiknadig)
approved these changes
Feb 21, 2025
Zentrik added a commit
to Zentrik/vscode-python-debugger
that referenced
this pull request
Jan 6, 2026
Seems microsoft#620 forgot to update this and so the test wasn't checking if `VSCODE_DEBUGPY_ADAPTER_ENDPOINTS` was being set correctly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes#617