MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / forceDocumentSync

Function forceDocumentSync

client/src/client.ts:2738–2740  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2736 }
2737
2738 private forceDocumentSync(): void {
2739 (this._dynamicFeatures.get(DidChangeTextDocumentNotification.type.method) as DidChangeTextDocumentFeature).forceDelivery();
2740 }
2741
2742 private handleDiagnostics(params: PublishDiagnosticsParams) {
2743 if (!this._diagnostics) {

Callers

nothing calls this directly

Calls 2

forceDeliveryMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected