mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Renamed FoldingRangeRequestParam => FoldingRangeParams
Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
This commit is contained in:
parent
41dccdf366
commit
533a4b9c07
1 changed files with 2 additions and 2 deletions
|
|
@ -3876,10 +3876,10 @@ The folding range request is sent from the client to the server to return all fo
|
|||
_Request_:
|
||||
|
||||
* method: 'textDocument/foldingRange'
|
||||
* params: `FoldingRangeRequestParam` defined as follows
|
||||
* params: `FoldingRangeParams` defined as follows
|
||||
|
||||
```typescript
|
||||
export interface FoldingRangeRequestParam {
|
||||
export interface FoldingRangeParams {
|
||||
/**
|
||||
* The text document.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue