Merge branch 'main' into joh/nbSerialize

This commit is contained in:
Johannes Rieken
2021-03-19 09:10:12 +01:00
52 changed files with 979 additions and 477 deletions

View File

@@ -505,6 +505,8 @@ export interface BaseTransferQuickInput {
id: number;
title?: string;
type?: 'quickPick' | 'inputBox';
enabled?: boolean;
@@ -559,6 +561,7 @@ export interface TransferInputBox extends BaseTransferQuickInput {
}
export interface IInputBoxOptions {
title?: string;
value?: string;
valueSelection?: [number, number];
prompt?: string;