Closed kieferrm closed 1 month ago
@kieferrm Apologies for hijacking this issue, I just wanted to check that the "reactivating terminal" bug (issues #23922 #23982) is on your radar. It's affecting a lot of people as evidenced by the number of commenters (>15) on the issues and the fact that the Stackoverflow question dedicated to the bug keeps getting 100-200 daily views and a lot of upvotes.
Maybe the issue has been resolved in the latest (non-prerelease) release and those reporting just haven't updated, but I've seen at least one report from someone on the latest version, so it might still be happening. Good news is that for me the issues is gone on 2024.14.1 (and latest prerelease v2024.15.202409270) so this might finally be fixed for good once everyone upgrades.
@corneliusroemer We are looking into this. If this is blocking please try the options mentioned in https://github.com/microsoft/vscode-python/issues/23922#issuecomment-2293911979
@karthiknadig Thanks! It's not blocking for me, I've not had the issue for a while.
I'm just concerned that lots of people still seem to encounter the issue in the wild as evidenced by the number of views and votes on the Stackoverflow question.
Just now someone commented that they still see the issue on v2024.14.1 - I asked them to provide debugging info on the tracking issue to help you figure out what's going on.
This plan captures our work on the Python Extension in September 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 |Environments
Terminal
executeCommand
and fallback tosendText
(activation command, Python executable); issue; @anthonykim1REPL
Testing
Debugger
Deferred Items
- [ ] Formalize Python project/packages structure and content for opinionated flow; [issue](https://github.com/microsoft/vscode-python-internalbacklog/issues/472); @cwebster-99 @karthiknadig - [ ] β¬ Create content for AI tutorial; [issue](https://github.com/microsoft/vscode-python/issues/23717); @cwebster-99 @luabud - [ ] πͺ Leverage variable pane in Native REPL; [issue](https://github.com/microsoft/vscode-python/issues/23568); @anthonykim1 @amunger - [ ] πͺ Support interrupt for Native REPL on Windows; [issue](https://github.com/microsoft/vscode-python/issues/23523); @anthonykim1 - [ ] πͺ Start refactoring code for custom args; [issue](https://github.com/microsoft/vscode-python/issues/22670); @eleanorjboyd - [ ] π Add launch support for test discovery and execution in `settings.json`; [issue](https://github.com/microsoft/vscode-python/issues/21845) @eleanorjboyd - [ ] Unify `venvPath` and `venvFolders`; [issue](https://github.com/microsoft/vscode-python/issues/1479) - [ ] Switch to using `unittest.main` and a custom runner for unittest; [issue](https://github.com/microsoft/vscode-python/issues/22388); @eleanorjboyd - [ ] Understand the problem for git pre-commit hooks; [issue](https://github.com/microsoft/vscode-python/issues/10165) @anthonykim1