mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Fix typo
s/workapce/workspace
This commit is contained in:
parent
f18f6b67c6
commit
3702d88c67
1 changed files with 1 additions and 1 deletions
|
|
@ -1828,7 +1828,7 @@ export interface WorkspaceFolder {
|
|||
|
||||
> *Since version 3.6.0*
|
||||
|
||||
The `workspace/didChangeWorkspaceFolders` notification is sent from the client to the server to inform the server about workspace folder configuration changes. The notification is sent by default if both _ServerCapabilities/workspace/workspaceFolders_ and _ClientCapabilities/workapce/workspaceFolders_ are true; or if the server has registered to receive this notification it first. To register for the `workspace/didChangeWorkspaceFolders` send a `client/registerCapability` request from the client to the server. The registration parameter must have a `registrations` item of the following form, where `id` is a unique id used to unregister the capability (the example uses a UUID):
|
||||
The `workspace/didChangeWorkspaceFolders` notification is sent from the client to the server to inform the server about workspace folder configuration changes. The notification is sent by default if both _ServerCapabilities/workspace/workspaceFolders_ and _ClientCapabilities/workspace/workspaceFolders_ are true; or if the server has registered to receive this notification it first. To register for the `workspace/didChangeWorkspaceFolders` send a `client/registerCapability` request from the client to the server. The registration parameter must have a `registrations` item of the following form, where `id` is a unique id used to unregister the capability (the example uses a UUID):
|
||||
```ts
|
||||
{
|
||||
id: "28c6150c-bd7b-11e7-abc4-cec278b6b50a",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue