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
The request is sent from the client to the server to resolve additional information for a given inlay hint. This is usually used to compute
262
262
the `tooltip`, `location` or `command` properties of an inlay hint's label part to avoid its unnecessary computation during the `textDocument/inlayHint` request.
263
263
264
-
Consider the clients announces the `label.location` property as a property that can be resolved lazy using the client capability
264
+
Consider the client announcing the `label.location` property as a property that can be resolved lazily using the client capability
The request is sent from the client to the server to resolve additional information for a given inlay hint. This is usually used to compute
262
262
the `tooltip`, `location` or `command` properties of an inlay hint's label part to avoid its unnecessary computation during the `textDocument/inlayHint` request.
263
263
264
-
Consider the client announces the `label.location` property as a property that can be resolved lazily using the client capability
264
+
Consider the client announcing the `label.location` property as a property that can be resolved lazily using the client capability
0 commit comments