Skip to content

Commit

Permalink
Prepare for strictPropertyInitialization (#78168)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 4, 2019
1 parent 711489a commit 96efdac
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 126 deletions.
4 changes: 2 additions & 2 deletions src/vs/platform/quickinput/common/quickInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ export interface IQuickPick<T extends IQuickPickItem> extends IQuickInput {

customButton: boolean;

customLabel: string;
customLabel: string | undefined;

customHover: string;
customHover: string | undefined;

buttons: ReadonlyArray<IQuickInputButton>;

Expand Down
Loading

0 comments on commit 96efdac

Please sign in to comment.