mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
* Adopt terminal suggest to shell api change * Internally bring string enum for terminal suggest to prevent Typos * Better word description under api description * Remove shell proposed api against vscode.d.ts * Update `shell` description after looking at feedbacks. * Update docs * Change to a Map<TerminalShellTye, string[]> * One last typo --------- Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>