Skip to content

Commit

Permalink
Removed duplicate foldingRangeProvider field in ServerCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
adedayo committed Nov 3, 2019
1 parent 880699d commit b16602e
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 b16602e

Please sign in to comment.