Rich Chiodo
|
a7d5a7ec12
|
Use subrepo to link to PyDev.Debugger instead of copying it (#1714)
* Remove copy of pydevd and add subrepo script
* git subrepo clone https://github.com/fabioz/PyDev.Debugger.git src/debugpy/_vendored/pydevd
subrepo:
subdir: "src/debugpy/_vendored/pydevd"
merged: "7d6e6e68"
upstream:
origin: "https://github.com/fabioz/PyDev.Debugger.git"
branch: "main"
commit: "7d6e6e68"
git-subrepo:
version: "0.4.9"
origin: "???"
commit: "???"
* Add binskim settings to match debugpy
* git subrepo clone --force https://github.com/fabioz/PyDev.Debugger.git src/debugpy/_vendored/pydevd
subrepo:
subdir: "src/debugpy/_vendored/pydevd"
merged: "cf2e47cb"
upstream:
origin: "https://github.com/fabioz/PyDev.Debugger.git"
branch: "main"
commit: "cf2e47cb"
git-subrepo:
version: "0.4.9"
origin: "???"
commit: "???"
* Remove unnecessary string test by removing the lambda in pydevd_sys_monitoring
* Fix linter
* Put back the fix in qt_loaders
* Put back binskim flag
|
2024-10-29 13:32:30 -07:00 |
|