-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-suggestverifiedVerification succeededVerification succeeded
Milestone
Description
For example, the GitHub CLI spec has a root level --help option that's marked as persistent, but --help does not appear in the root command suggestions or any of its subcommands:
vscode/extensions/terminal-suggest/src/completions/gh.ts
Lines 3393 to 3400 in 6a3b902
| options: [ | |
| { | |
| name: "--help", | |
| description: "Show help for command", | |
| isPersistent: true, | |
| }, | |
| ], | |
| }; |

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-suggestverifiedVerification succeededVerification succeeded