mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge pull request #542 from rcjsuen/foldingrange-formatting
Fix formatting for folding API
This commit is contained in:
commit
5fa078df63
1 changed files with 2 additions and 1 deletions
|
|
@ -3943,7 +3943,8 @@ export interface FoldingRange {
|
|||
kind?: string;
|
||||
}
|
||||
```
|
||||
* error: code and message set in case an exception happens during the 'textDocument/foldingRange' request
|
||||
|
||||
* error: code and message set in case an exception happens during the 'textDocument/foldingRanges' request
|
||||
|
||||
### <a name="changeLog" class="anchor"></a>Change Log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue