Skip to content

Commit 07eda57

Browse files
committed
Tweak completions
1 parent 442c291 commit 07eda57

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

release-notes/v1_96.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -619,14 +619,12 @@ To try this out, copy some code and paste it in Inline Chat, Quick Chat, or the
619619
]
620620
```
621621

622-
### Terminal completions for zsh and bash (Experimental)
622+
### Terminal completions for more shells
623623

624-
We added experimental support for terminal completions in `pwsh` in prior iterations.
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

626-
Now, we offer completions in `zsh` and `bash` when `setting(terminal.integrated.suggest.enabled)` and
627-
`setting(terminal.integrated.suggest.enableExtensionCompletions)` are enabled.
628-
629-
Option and argument support is available for a small subset of commands: `cd`, `code`, and `code-insiders`.
626+
You can try out the current work in progress by setting `setting(terminal.integrated.suggest.enabled)` and
627+
`setting(terminal.integrated.suggest.enableExtensionCompletions)`. Currently only `cd`, `code`, and `code-insiders` arguments are supported.
630628

631629
![The command `code` is typed on the terminal, which shows suggestions. Then `--` is typed and options are provided, `--locale` is selected. Completions are requested with ctrl+space and all locales are shown. `e` is typed and the list is filtered to `en` and `es`.](images/1_96/terminal-completions.gif)
632630

0 commit comments

Comments
 (0)