()
| 3862 | onResourceHasCommentingRanges: ICommentService['onResourceHasCommentingRanges'] = Event.None |
| 3863 | @Unsupported |
| 3864 | get commentsModel(): ICommentService['commentsModel'] { |
| 3865 | return unsupported() |
| 3866 | } |
| 3867 | resourceHasCommentingRanges: ICommentService['resourceHasCommentingRanges'] = () => false |
| 3868 | onDidChangeActiveEditingCommentThread: ICommentService['onDidChangeActiveEditingCommentThread'] = |
| 3869 | Event.None |
nothing calls this directly
no test coverage detected