Files
vscode/extensions/terminal-suggest
Matt Bierner 0249c2acf5 Fix terminal-suggest for esbuild
Missed that this extension was making `require` calls with dynamic names. I think the best approach is to convert it to use static imports instead. These files were already being loaded eagerly by `terminalSuggestMain` so it shouldn't be a big change

Also makes `update-specs.js` be the source of truth for the packages to include instead of pulling in from the extension
2026-02-18 23:47:32 -08:00
..
2026-02-18 23:47:32 -08:00
2026-02-18 23:47:32 -08:00
2026-01-30 13:12:58 -08:00

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.