Skip to content

Commit 61a2a53

Browse files
authored
Update metamodel (#2104)
1 parent 0ae2263 commit 61a2a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_specifications/lsp/3.18/metaModel/metaModel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2276,7 +2276,7 @@
22762276
"typeName": "DidOpenTextDocumentNotification",
22772277
"messageDirection": "clientToServer",
22782278
"clientCapability": "textDocument.synchronization",
2279-
"serverCapability": "textDocumentSync",
2279+
"serverCapability": "textDocumentSync.openClose",
22802280
"params": {
22812281
"kind": "reference",
22822282
"name": "DidOpenTextDocumentParams"
@@ -2308,7 +2308,7 @@
23082308
"typeName": "DidCloseTextDocumentNotification",
23092309
"messageDirection": "clientToServer",
23102310
"clientCapability": "textDocument.synchronization",
2311-
"serverCapability": "textDocumentSync",
2311+
"serverCapability": "textDocumentSync.openClose",
23122312
"params": {
23132313
"kind": "reference",
23142314
"name": "DidCloseTextDocumentParams"

0 commit comments

Comments
 (0)