Skip to content

Commit ee407d5

Browse files
authored
Update v1_96.md
1 parent 8d4d796 commit ee407d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/v1_96.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ Designed to integrate seamlessly with your preferred environment managers via va
528528
* Testing Rewrite now leverages FIFO instead of UDS for interprocess communication allowing users to harness pytest plugins like `pytest_socket` in their own testing design.
529529
* **Rewrite Nearing Default Status:** This release addresses [the final known issue](https://github.com/microsoft/vscode-python/issues/23279) in the testing rewrite, and unless further issues arrive, the rewrite experiment will be turned off and the rewrite set to default in early 2025.
530530

531+
#### Python REPL enhancements
532+
533+
* Leave focus on editor after smart-send to Native REPL
534+
* Improved handling after reload for Native REPL
535+
* Fix indentation error issues when Python 3.13 in VS Code terminal
536+
531537
#### Pylance "full" language server mode
532538

533539
The `python.analysis.languageServerMode` setting now also supports `full` mode, enabling you to take advantage of the complete range of Pylance's functionality and the most comprehensive IntelliSense experience. It's worth noting that this comes at the cost of lower performance, as it can cause Pylance to be resource-intensive, particularly in large codebases.

0 commit comments

Comments
 (0)