Skip to content

Commit

Permalink
fix typo, fix #384
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 authored Jan 11, 2025
1 parent 6249ab0 commit bd968dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bd968dc

Please sign in to comment.