MCPcopy Create free account
hub / github.com/CodinGame/monaco-vscode-api / commentsModel

Method commentsModel

src/missing-services.ts:3864–3866  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

unsupportedFunction · 0.70

Tested by

no test coverage detected