Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2 (#8911)

* Merge from vscode a234f13c45b40a0929777cb440ee011b7549eed2

* update distro

* fix layering

* update distro

* fix tests
This commit is contained in:
Anthony Dresser
2020-01-22 13:42:37 -08:00
committed by GitHub
parent 977111eb21
commit bd7aac8ee0
895 changed files with 24651 additions and 14520 deletions

View File

@@ -38,7 +38,7 @@ export interface IQuickNavigateConfiguration {
export interface IPickOptions<T extends IQuickPickItem> {
/**
* an optional string to show as place holder in the input box to guide the user what she picks on
* an optional string to show as placeholder in the input box to guide the user what she picks on
*/
placeHolder?: string;
@@ -110,7 +110,7 @@ export interface IInputOptions {
prompt?: string;
/**
* an optional string to show as place holder in the input box to guide the user what to type
* an optional string to show as placeholder in the input box to guide the user what to type
*/
placeHolder?: string;
@@ -131,6 +131,8 @@ export interface IQuickInput {
title: string | undefined;
description: string | undefined;
step: number | undefined;
totalSteps: number | undefined;