mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Drop extra foldingRangeProvider definition in 3.15
It seems a copy/paste error.
This commit is contained in:
parent
0280beca9d
commit
92fed6f959
1 changed files with 0 additions and 7 deletions
|
|
@ -1765,13 +1765,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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue