vscode/extensions/terminal-suggest
Megan Rogge ac0f552f56
Add documentation to completion item (#238391)
2025-01-21 14:03:42 -06:00
..
.vscode
scripts Automate some pulling completions from upstream 2025-01-10 07:13:17 -08:00
src Add documentation to completion item (#238391) 2025-01-21 14:03:42 -06: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
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 Use terminal shell env when resolving commands in path (#237588) 2025-01-10 15:05:34 +01:00
package.nls.json move into activate, rm workspace trust 2024-11-18 16:11:46 -05:00
tsconfig.json Automate some pulling completions from upstream 2025-01-10 07:13:17 -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 and terminal.integrated.suggest.enableExtensionCompletions to true.

Features

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