From bd968dc2ab7bc6591b885c0ef5a6892a46ff1a91 Mon Sep 17 00:00:00 2001 From: Jan Jurzitza Date: Sat, 11 Jan 2025 23:38:29 +0000 Subject: [PATCH] fix typo, fix #384 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cad57715..4f032d3d 100644 --- a/README.md +++ b/README.md @@ -621,12 +621,12 @@ interface ProfileGCEntry } ``` -#### Notification `served/didConfigurationChange` +#### Notification `served/didChangeConfiguration` -**Params**: Exactly as for `workspace/didConfigurationChange` +**Params**: Exactly as for `workspace/didChangeConfiguration` This notification triggers the use of alternate configuration notifications. -Once this is received, the server will ignore `workspace/didConfigurationChange` +Once this is received, the server will ignore `workspace/didChangeConfiguration` notifications. This mechanisms exists to support some client/plugin combinations where the plugin needs more direct control over the configuration.