diff --git a/_specifications/lsp/3.17/workspace/symbol.md b/_specifications/lsp/3.17/workspace/symbol.md index ecd09bb..06dad6f 100644 --- a/_specifications/lsp/3.17/workspace/symbol.md +++ b/_specifications/lsp/3.17/workspace/symbol.md @@ -1,6 +1,6 @@ #### Workspace Symbols Request (:leftwards_arrow_with_hook:) -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`