vscode/extensions/terminal-suggest
Copilot 7e3b842fc1
Terminal suggest: Move storage from globalState to globalStorageUri (#255114)
2025-07-15 13:09:21 -07:00
..
.vscode start work 2024-09-17 12:46:46 -07:00
fixtures/shell-parser leverage Fig's shell parser, add `git` spec (#240001) 2025-02-08 15:40:33 +00:00
scripts add builtin fish arg/description/documentation to suggestion (#243271) 2025-03-13 22:28:50 +00:00
src Terminal suggest: Move storage from globalState to globalStorageUri (#255114) 2025-07-15 13:09:21 -07:00
testWorkspace/parent/home/child Add test fixture and move tests into test/ folder 2024-12-02 12:22:29 -08:00
.gitignore Automate some pulling completions from upstream 2025-01-10 07:13:17 -08:00
.vscodeignore add cgmanifest.json to vscodeignore for terminal suggest (#245154) 2025-03-31 19:59:34 +02:00
README.md cleanup suggest settings (#238709) 2025-01-24 14:26:51 -08:00
ThirdPartyNotices.txt add builtin fish arg/description/documentation to suggestion (#243271) 2025-03-13 22:28:50 +00:00
cgmanifest.json add builtin fish arg/description/documentation to suggestion (#243271) 2025-03-13 22:28:50 +00:00
extension.webpack.config.js Revert "rm webpack config from terminal-suggest" (#238981) 2025-01-28 17:30:46 +01:00
package-lock.json rm dependencies 2024-11-18 16:06:10 -05:00
package.json use `onTerminalShellIntegration` for terminal suggest activation (#252329) 2025-07-08 16:17:14 -07:00
package.nls.json move into activate, rm workspace trust 2024-11-18 16:11:46 -05:00
tsconfig.json Remove tsconfig changes and amend specs 2025-03-06 05:21:21 -08:00

README.md

Terminal Suggestions

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled. To enable the completions from this extension, set terminal.integrated.suggest.enabled to true.

Features

Provides terminal suggestions for zsh, bash, fish, and pwsh.