Skip to content

Terminal suggest: options/flags marked as isPersistent are not shown at all #276407

@JeffreyCA

Description

@JeffreyCA

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:

options: [
{
name: "--help",
description: "Show help for command",
isPersistent: true,
},
],
};

Image Image

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginsiders-releasedPatch has been released in VS Code Insidersterminal-suggestverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions