Skip to content

Commit

Permalink
Update metamodel (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSolOs authored Feb 20, 2025
1 parent 0ae2263 commit 61a2a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _specifications/lsp/3.18/metaModel/metaModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2276,7 +2276,7 @@
"typeName": "DidOpenTextDocumentNotification",
"messageDirection": "clientToServer",
"clientCapability": "textDocument.synchronization",
"serverCapability": "textDocumentSync",
"serverCapability": "textDocumentSync.openClose",
"params": {
"kind": "reference",
"name": "DidOpenTextDocumentParams"
Expand Down Expand Up @@ -2308,7 +2308,7 @@
"typeName": "DidCloseTextDocumentNotification",
"messageDirection": "clientToServer",
"clientCapability": "textDocument.synchronization",
"serverCapability": "textDocumentSync",
"serverCapability": "textDocumentSync.openClose",
"params": {
"kind": "reference",
"name": "DidCloseTextDocumentParams"
Expand Down

0 comments on commit 61a2a53

Please sign in to comment.