We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6249ab0 commit bd968dcCopy full SHA for bd968dc
README.md
@@ -621,12 +621,12 @@ interface ProfileGCEntry
621
}
622
```
623
624
-#### Notification `served/didConfigurationChange`
+#### Notification `served/didChangeConfiguration`
625
626
-**Params**: Exactly as for `workspace/didConfigurationChange`
+**Params**: Exactly as for `workspace/didChangeConfiguration`
627
628
This notification triggers the use of alternate configuration notifications.
629
-Once this is received, the server will ignore `workspace/didConfigurationChange`
+Once this is received, the server will ignore `workspace/didChangeConfiguration`
630
notifications. This mechanisms exists to support some client/plugin combinations
631
where the plugin needs more direct control over the configuration.
632
0 commit comments