Skip to content

Commit f16a6af

Browse files
committed
Edit pass
1 parent d3d3669 commit f16a6af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-notes/v1_96.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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)`.
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)`.
4444

4545
#### Progress and editor controls
4646

@@ -536,7 +536,7 @@ Designed to integrate seamlessly with your preferred environment managers via va
536536

537537
* Leave focus on editor after smart-send to Native REPL
538538
* 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
540540

541541
#### Pylance "full" language server mode
542542

@@ -621,7 +621,7 @@ To try this out, copy some code and paste it in Inline Chat, Quick Chat, or the
621621

622622
### Terminal completions for more shells
623623

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.
625625

626626
You can try out the current work in progress by setting `setting(terminal.integrated.suggest.enabled)` and
627627
`setting(terminal.integrated.suggest.enableExtensionCompletions)`. Currently only `cd`, `code`, and `code-insiders` arguments are supported.

0 commit comments

Comments
 (0)