mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge from vscode 473af338e1bd9ad4d9853933da1cd9d5d9e07dc9 (#5286)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user