mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
fix typo in workspace/configuration (#1823)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
This commit is contained in:
parent
635b3504ec
commit
95e13050b3
2 changed files with 2 additions and 2 deletions
|
|
@ -142,7 +142,7 @@
|
|||
"kind": "reference",
|
||||
"name": "ConfigurationParams"
|
||||
},
|
||||
"documentation": "The 'workspace/configuration' request is sent from the server to the client to fetch a certain\nconfiguration setting.\n\nThis pull model replaces the old push model were the client signaled configuration change via an\nevent. If the server still needs to react to configuration changes (since the server caches the\nresult of `workspace/configuration` requests) the server should register for an empty configuration\nchange event and empty the cache if such an event is received."
|
||||
"documentation": "The 'workspace/configuration' request is sent from the server to the client to fetch a certain\nconfiguration setting.\n\nThis pull model replaces the old push model where the client signaled configuration change via an\nevent. If the server still needs to react to configuration changes (since the server caches the\nresult of `workspace/configuration` requests) the server should register for an empty configuration\nchange event and empty the cache if such an event is received."
|
||||
},
|
||||
{
|
||||
"method": "textDocument/documentColor",
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
"kind": "reference",
|
||||
"name": "ConfigurationParams"
|
||||
},
|
||||
"documentation": "The 'workspace/configuration' request is sent from the server to the client to fetch a certain\nconfiguration setting.\n\nThis pull model replaces the old push model were the client signaled configuration change via an\nevent. If the server still needs to react to configuration changes (since the server caches the\nresult of `workspace/configuration` requests) the server should register for an empty configuration\nchange event and empty the cache if such an event is received."
|
||||
"documentation": "The 'workspace/configuration' request is sent from the server to the client to fetch a certain\nconfiguration setting.\n\nThis pull model replaces the old push model where the client signaled configuration change via an\nevent. If the server still needs to react to configuration changes (since the server caches the\nresult of `workspace/configuration` requests) the server should register for an empty configuration\nchange event and empty the cache if such an event is received."
|
||||
},
|
||||
{
|
||||
"method": "textDocument/documentColor",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue