-
Notifications
You must be signed in to change notification settings - Fork 92
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: microsoft/vscode-python-debugger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6d06928
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: microsoft/vscode-python-debugger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b30caa2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 39 files changed
- 1 contributor
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a0af7c5 - Browse repository at this point
Copy the full SHA a0af7c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c018b - Browse repository at this point
Copy the full SHA c6c018bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c399f1 - Browse repository at this point
Copy the full SHA 8c399f1View commit details -
Switched the install_bundled_libs nox session to fetch debugpy via pi…
…p download + wheel extraction, instead of urllib.request.urlopen() against the pinned URLs in debugpy_info.json. This makes the download respect your pip configuration (proxy, internal index/mirror, certs) and avoids hard-coded files.pythonhosted.org URLs. Added _infer_debugpy_version() so the build can still determine which debugpy==... to download: uses DEBUGPY_VERSION if set, otherwise parses the version out of debugpy_info.json (so you don’t have to change version management right now). Added download_debugpy_via_pip() which downloads the appropriate wheels for the target: If VSCETARGET is win32-x64, linux-x64, or darwin*, it downloads cp310/cp311/cp312 wheels for that platform (same intent as the old JSON approach). If VSCETARGET is missing/unknown, it downloads the universal none-any wheel via a valid pip “target tag” (--python-version 39 --implementation cp --abi none --platform any). Verified locally: python -m nox --session install_bundled_libs now succeeds (after fixing the fallback pip arguments).
Configuration menu - View commit details
-
Copy full SHA for 23c4f7f - Browse repository at this point
Copy the full SHA 23c4f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6ce83 - Browse repository at this point
Copy the full SHA 1b6ce83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 959f8c4 - Browse repository at this point
Copy the full SHA 959f8c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b30caa2 - Browse repository at this point
Copy the full SHA b30caa2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6d06928...b30caa2