Skip to content

vscode.InputBox requires a title to show buttons #95703

@alexr00

Description

@alexr00

Shows buttons:

		quickInput.title = 'Create Issue';
		quickInput.buttons = [
			{
				iconPath: {
					light: Resource.icons.light.Check,
					dark: Resource.icons.dark.Check
				},
				tooltip: 'Create Issue'
			}
		];

I have to include the title. If I leave it out, then buttons are not show.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugquick-pickQuick-pick widget issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions