You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete installOldPtvsd gulp task and refactor the installPythonRequirements gulp task (it won't be a series of tasks anymore)
Delete CI steps & gulp task installing ptvsd
Remove packaging, pyparsing and six from requirements.txt
Remove DebugAdapterNewPtvsd and DebugAdapterDescriptorFactory experiments - [ ] Remove pythonFiles/debug_adapter and clean up pythonFiles/tests/__main__.py
Edit: The tests under pythonFiles/debug_adapter test the wheels installer for debugpy. We should keep it.
Remove packaging from test-requirements.txt
Remove legacy code in buildApi() : see Remove APIs related to ptvsd paths #11757 - [ ] Remove pin of the Node version in the GitHub Action CI workflow (Pin the version of Node used in GHA #10410 (comment)) - [ ] Remove pin of the Node version in the AzDO workflows (NodeVersion in globals.yml and all the places using it)
Edit: We have decided to pin node version for consistency across all platforms.
Remove all uses of ChildProcessLaunchData, isChildProcessLaunchData, and ChildProcessLaunched
The text was updated successfully, but these errors were encountered:
kimadeline
changed the title
Remove obsolete code once everybody is on the new debug adapter
Remove obsolete debug adapter code (when ready)
Aug 28, 2019
Uh oh!
There was an error while loading. Please reload this page.
For #6017
installOldPtvsd
gulp task and refactor theinstallPythonRequirements
gulp task (it won't be a series of tasks anymore)packaging
,pyparsing
andsix
fromrequirements.txt
DebugAdapterNewPtvsd
andDebugAdapterDescriptorFactory
experiments- [ ] RemovepythonFiles/debug_adapter
and clean uppythonFiles/tests/__main__.py
Edit: The tests under
pythonFiles/debug_adapter
test the wheels installer for debugpy. We should keep it.packaging
fromtest-requirements.txt
buildApi()
: see Remove APIs related to ptvsd paths #11757- [ ] Remove pin of the Node version in the GitHub Action CI workflow (Pin the version of Node used in GHA #10410 (comment))- [ ] Remove pin of the Node version in the AzDO workflows (NodeVersion
inglobals.yml
and all the places using it)Edit: We have decided to pin node version for consistency across all platforms.
ChildProcessLaunchData
,isChildProcessLaunchData
, andChildProcessLaunched
The text was updated successfully, but these errors were encountered: