vscode/extensions/terminal-suggest
Daniel Imms cbfd8ab513
Cache builtin commands and get all global commands for pwsh
This should make things quite a bit faster for expensive fetching of
commands. This also caches empty builtin commands so it's not attempted
every time.

Fixes #236097
Part of #235024
2024-12-19 02:50:44 -08:00
..
.vscode start work 2024-09-17 12:46:46 -07:00
src Cache builtin commands and get all global commands for pwsh 2024-12-19 02:50:44 -08:00
testWorkspace/parent/home/child Add test fixture and move tests into test/ folder 2024-12-02 12:22:29 -08:00
.vscodeignore start work 2024-09-17 12:46:46 -07:00
README.md improve folder/file terminal completions (#234363) 2024-11-21 21:28:42 +00:00
ThirdPartyNotices.txt fix third party notices to align with others 2024-11-18 12:14:38 -05:00
cgmanifest.json add version 2024-11-19 14:38:29 -05:00
extension-browser.webpack.config.js update browser webpack 2024-11-18 16:03:14 -05:00
extension.webpack.config.js update browser webpack 2024-11-18 16:03:14 -05:00
package-lock.json rm dependencies 2024-11-18 16:06:10 -05:00
package.json add tests for terminal suggest widget, fix some bugs (#234445) 2024-11-24 10:38:19 -05:00
package.nls.json move into activate, rm workspace trust 2024-11-18 16:11:46 -05:00
tsconfig.json add tests for terminal suggest widget, fix some bugs (#234445) 2024-11-24 10:38:19 -05: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 and terminal.integrated.suggest.enableExtensionCompletions to true.

Features

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