You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _specifications/lsp/3.17/metaModel/metaModel.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4710,7 +4710,7 @@
4710
4710
"name": "CompletionContext"
4711
4711
},
4712
4712
"optional": true,
4713
-
"documentation": "The completion context. This is only available it the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
4713
+
"documentation": "The completion context. This is only available if the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
Copy file name to clipboardExpand all lines: _specifications/lsp/3.18/metaModel/metaModel.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4817,7 +4817,7 @@
4817
4817
"name": "CompletionContext"
4818
4818
},
4819
4819
"optional": true,
4820
-
"documentation": "The completion context. This is only available it the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
4820
+
"documentation": "The completion context. This is only available if the client specifies\nto send this using the client capability `textDocument.completion.contextSupport === true`"
0 commit comments