Skip to content

Commit

Permalink
Merge pull request #848 from adedayo/fixed-duplicate-folding-range-pr…
Browse files Browse the repository at this point in the history
…ovider

Removed duplicate foldingRangeProvider field in ServerCapabilities
  • Loading branch information
dbaeumer authored Nov 6, 2019
2 parents 880699d + b16602e commit 1576175
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1700,13 +1700,6 @@ interface ServerCapabilities {
*/
foldingRangeProvider?: boolean | FoldingRangeOptions | FoldingRangeRegistrationOptions;

/**
* The server provides folding provider support.
*
* @since 3.10.0
*/
foldingRangeProvider?: boolean | FoldingRangeOptions | FoldingRangeRegistrationOptions;

/**
* The server provides execute command support.
*/
Expand Down

0 comments on commit 1576175

Please sign in to comment.