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
Copy file name to clipboardExpand all lines: release-notes/v1_96.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Welcome to the November 2024 release of Visual Studio Code. There are many updat
40
40
41
41
### Copilot Edits
42
42
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)`.
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 by triggering `kb(workbench.action.chat.openEditSession)`.
44
44
45
45
#### Progress and editor controls
46
46
@@ -536,7 +536,7 @@ Designed to integrate seamlessly with your preferred environment managers via va
536
536
537
537
* Leave focus on editor after smart-send to Native REPL
538
538
* Improved handling after reload for Native REPL
539
-
* Fix indentation error issues when Python 3.13 in VS Code terminal
539
+
* Fix indentation error issues with Python 3.13 in VS Code terminal
540
540
541
541
#### Pylance "full" language server mode
542
542
@@ -621,7 +621,7 @@ To try this out, copy some code and paste it in Inline Chat, Quick Chat, or the
621
621
622
622
### Terminal completions for more shells
623
623
624
-
We added experimental support for terminal completions in `pwsh` in prior iterations. This release we have started working on expanding this to other shells. Specifically targeting `bash` and `zsh` for now, but since this new approach is powered by an extension host API we plan on having general support for most shells.
624
+
We added experimental support for terminal completions in `pwsh` in prior iterations. This release, we have started working on expanding this to other shells. Specifically targeting `bash` and `zsh` for now, but since this new approach is powered by an extension host API, we plan on having general support for most shells.
625
625
626
626
You can try out the current work in progress by setting `setting(terminal.integrated.suggest.enabled)` and
627
627
`setting(terminal.integrated.suggest.enableExtensionCompletions)`. Currently only `cd`, `code`, and `code-insiders` arguments are supported.
0 commit comments