Merge from vscode 473af338e1bd9ad4d9853933da1cd9d5d9e07dc9 (#5286)

This commit is contained in:
Anthony Dresser
2019-04-30 21:53:52 -07:00
committed by GitHub
parent df22eab4ec
commit 2558a66a48
29 changed files with 2259 additions and 380 deletions

View File

@@ -1215,6 +1215,7 @@ export interface Command {
* @internal
*/
export interface CommentThreadTemplate {
controllerHandle: number;
label: string;
acceptInputCommand?: Command;
additionalCommands?: Command[];
@@ -1281,6 +1282,7 @@ export interface CommentInput {
*/
export interface CommentThread2 {
commentThreadHandle: number;
controllerHandle: number;
extensionId?: string;
threadId: string | null;
resource: string | null;