Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentsMain

Implemented by

Index

Methods

  • $createCommentThread(handle: number, commentThreadHandle: number, threadId: string, resource: UriComponents, range: Range, extensionId: string): undefined | CommentThread
  • $deleteCommentThread(handle: number, commentThreadHandle: number): void
  • $registerCommentController(handle: number, id: string, label: string): void
  • $unregisterCommentController(handle: number): void
  • $updateCommentThread(handle: number, commentThreadHandle: number, threadId: string, resource: UriComponents, changes: Partial<{ canReply: boolean; collapseState: CommentThreadCollapsibleState; comments: Comment[]; contextValue: string; label: string; range: Range; state: CommentThreadState }>): void