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: protocol/metaModel.json
+70Lines changed: 70 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1953,6 +1953,20 @@
1953
1953
"name": "PublishDiagnosticsParams"
1954
1954
},
1955
1955
"documentation": "Diagnostics notification are sent from the server to the client to signal\nresults of validation runs."
1956
+
},
1957
+
{
1958
+
"method": "$/setTrace",
1959
+
"params": {
1960
+
"kind": "reference",
1961
+
"name": "SetTraceParams"
1962
+
}
1963
+
},
1964
+
{
1965
+
"method": "$/logTrace",
1966
+
"params": {
1967
+
"kind": "reference",
1968
+
"name": "LogTraceParams"
1969
+
}
1956
1970
}
1957
1971
],
1958
1972
"structures": [
@@ -5957,6 +5971,38 @@
5957
5971
"documentation": "The result returned from the apply workspace edit request.\n@since 3.17 renamed from ApplyWorkspaceEditResponse",
5958
5972
"since": "3.17 renamed from ApplyWorkspaceEditResponse"
5959
5973
},
5974
+
{
5975
+
"name": "SetTraceParams",
5976
+
"properties": [
5977
+
{
5978
+
"name": "value",
5979
+
"type": {
5980
+
"kind": "reference",
5981
+
"name": "TraceValues"
5982
+
}
5983
+
}
5984
+
]
5985
+
},
5986
+
{
5987
+
"name": "LogTraceParams",
5988
+
"properties": [
5989
+
{
5990
+
"name": "message",
5991
+
"type": {
5992
+
"kind": "base",
5993
+
"name": "string"
5994
+
}
5995
+
},
5996
+
{
5997
+
"name": "verbose",
5998
+
"type": {
5999
+
"kind": "base",
6000
+
"name": "string"
6001
+
},
6002
+
"optional": true
6003
+
}
6004
+
]
6005
+
},
5960
6006
{
5961
6007
"name": "TextDocumentPositionParams",
5962
6008
"properties": [
@@ -13338,6 +13384,30 @@
13338
13384
},
13339
13385
"documentation": "The kind of a code action.\nKinds are a hierarchical list of identifiers separated by `.`, e.g. `\"refactor.extract.function\"`.\nThe set of kinds is open and client needs to announce the kinds it supports to the server during\ninitialization."
0 commit comments