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
This plan captures our work on the Python Extension in November 2024. We follow the same iteration cycle as VS Code. Although we plan for a whole iteration, we may not only ship at the end of an iteration but throughout.
Legend of annotations
Mark
Description
🏃♀️
work in progress
✋
blocked task
💪
stretch goal for this iteration
🔴
missing issue reference
🔵
more investigation required to remove uncertainty
⚫
under discussion within the team
⬛
a large work item, larger than one iteration
Progress summary (dev week 1):
Finished required features for the environments extension. @karthiknadig
Working on the Python extension side to consume environments extension; @karthiknadig
Fixed normalization bug in Python 3.13 in python extension. An upstream (cpython) fix is still needed for Python 3.13; @anthonykim1
Working on addressing issues with REPL after VS Code reload; @anthonykim1
Added support for pytest-describe; merged fifo communication long standing fix; Other bug fixes; @eleanorjboyd;
Working on supporting other top known pytest pluggins.
Summary for plan reading
Continue work on the Python Environments extension; @karthiknadig
Addressing bugs and incorporating feedback on Terminal and REPL; @anthonykim1
Addressing bugs and improvements for testing, investigate pytest plugin compatibility, enhance coverage features; @eleanorjboyd
This plan captures our work on the Python Extension in November 2024. We follow the same iteration cycle as VS Code. Although we plan for a whole iteration, we may not only ship at the end of an iteration but throughout.
Legend of annotations
Progress summary (dev week 1):
pytest-describe
; mergedfifo
communication long standing fix; Other bug fixes; @eleanorjboyd;pytest
pluggins.Summary for plan reading
Environments
Terminal
REPL
Testing
--rootdir
arg alignment withpython.testing.cwd
setting; issue; @eleanorjboydpytest-describe
plugin issue; @eleanorjboydDebugger
Engineering
N/A
Deferred Items
Formalize Python project/packages structure and content for opinionated flow; issue; @cwebster-99 @karthiknadig
⬛ Create content for AI tutorial; issue; @cwebster-99 @luabud
💪 Support interrupt for Native REPL on Windows; issue; @anthonykim1
💪 Start refactoring code for custom args; issue; @eleanorjboyd
🏃 Add launch support for test discovery and execution in
settings.json
; issue @eleanorjboydUnify
venvPath
andvenvFolders
; issueSwitch to using
unittest.main
and a custom runner for unittest; issue; @eleanorjboydUnderstand the problem for git pre-commit hooks; issue @anthonykim1
💪 Run in Python REPL for Chat; issue; @anthonykim1
The text was updated successfully, but these errors were encountered: