Skip to content

Commit a8424b1

Browse files
committed
Add "Since 3.12.0" to prepareSupport in ClientCapabilities
1 parent 57731a7 commit a8424b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

haskell-lsp-types/src/Language/Haskell/LSP/Types/ClientCapabilities.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ export interface TextDocumentClientCapabilities {
567567
/**
568568
* The client supports testing for validity of rename operations
569569
* before execution.
570+
*
571+
* Since 3.12.0
570572
*/
571573
prepareSupport?: boolean;
572574
};

0 commit comments

Comments
 (0)