Skip to content

Commit bd968dc

Browse files
authored
fix typo, fix #384
1 parent 6249ab0 commit bd968dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,12 @@ interface ProfileGCEntry
621621
}
622622
```
623623

624-
#### Notification `served/didConfigurationChange`
624+
#### Notification `served/didChangeConfiguration`
625625

626-
**Params**: Exactly as for `workspace/didConfigurationChange`
626+
**Params**: Exactly as for `workspace/didChangeConfiguration`
627627

628628
This notification triggers the use of alternate configuration notifications.
629-
Once this is received, the server will ignore `workspace/didConfigurationChange`
629+
Once this is received, the server will ignore `workspace/didChangeConfiguration`
630630
notifications. This mechanisms exists to support some client/plugin combinations
631631
where the plugin needs more direct control over the configuration.
632632

0 commit comments

Comments
 (0)