Skip to content

Commit

Permalink
A small typo in the summary paragraph (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliaamiri authored Feb 26, 2024
1 parent 5a9f514 commit fbb32f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _specifications/lsp/3.17/workspace/symbol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#### <a href="#workspace_symbol" name="workspace_symbol" class="anchor">Workspace Symbols Request (:leftwards_arrow_with_hook:)</a>

The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string. Since 3.17.0 servers can also provider a handler for `workspaceSymbol/resolve` requests. This allows servers to return workspace symbols without a range for a `workspace/symbol` request. Clients then need to resolve the range when necessary using the `workspaceSymbol/resolve` request. Servers can only use this new model if clients advertise support for it via the `workspace.symbol.resolveSupport` capability.
The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string. Since 3.17.0 servers can also provide a handler for `workspaceSymbol/resolve` requests. This allows servers to return workspace symbols without a range for a `workspace/symbol` request. Clients then need to resolve the range when necessary using the `workspaceSymbol/resolve` request. Servers can only use this new model if clients advertise support for it via the `workspace.symbol.resolveSupport` capability.

_Client Capability_:
* property path (optional): `workspace.symbol`
Expand Down

0 comments on commit fbb32f4

Please sign in to comment.