Merge pull request #542 from rcjsuen/foldingrange-formatting

Fix formatting for folding API
This commit is contained in:
Dirk Bäumer 2018-08-21 21:16:08 +02:00 committed by GitHub
commit 5fa078df63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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