Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CommentsMainImp

Implements

Index

Constructors

Properties

activeCommentThread?: CommentThread
commentControllers: Map<number, CommentController> = ...
commentService: CommentsService
documentProviders: Map<number, Disposable> = ...
handlers: Map<number, string> = ...
workspaceProviders: Map<number, Disposable> = ...

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
  • dispose(): void
  • getHandler(handle: number): string