Skip to content

Commit 442c291

Browse files
committed
Merge branch 'vnext' of https://github.com/microsoft/vscode-docs into vnext
2 parents 79dd125 + d3b0a31 commit 442c291

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release-notes/v1_96.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Welcome to the November 2024 release of Visual Studio Code. There are many updat
4040

4141
### Copilot Edits
4242

43+
Last milestone we introduced [Copilot Edits](https://code.visualstudio.com/docs/copilot/copilot-edits) (currently in preview), which allows you to quickly edit multiple files at once using natural language. Since then, we've continued to iterate on the experience. You can try out Copilot Edits by opening the Copilot menu in the Command Center, and then selecting Open Copilot Edits, or triggering `kb(workbench.action.chat.openEditSession)`.
44+
4345
#### Progress and editor controls
4446

4547
Copilot Edits can make multiple changes across different files. You can now more clearly see its progress as edits stream in. And with the editor overlay controls, you can easily cycle through all changes and accept or discard them.
@@ -530,6 +532,12 @@ Designed to integrate seamlessly with your preferred environment managers via va
530532
* 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.
531533
* **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.
532534

535+
#### Python REPL enhancements
536+
537+
* Leave focus on editor after smart-send to Native REPL
538+
* Improved handling after reload for Native REPL
539+
* Fix indentation error issues when Python 3.13 in VS Code terminal
540+
533541
#### Pylance "full" language server mode
534542

535543
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)