Clarify in 3.14 as well.

This commit is contained in:
Dirk Baeumer 2019-12-20 16:47:40 +01:00
parent 80175932c6
commit a2a2094c0a

View file

@ -4227,7 +4227,7 @@ export interface DocumentOnTypeFormattingRegistrationOptions extends TextDocumen
```
#### <a href="#textDocument_rename" name="textDocument_rename" class="anchor">Rename Request (:leftwards_arrow_with_hook:)</a>
The rename request is sent from the client to the server to perform a workspace-wide rename of a symbol.
The rename request is sent from the client to the server to ask the server to compute a workspace change so that the client can perform a workspace-wide rename of a symbol.
_Request_:
* method: 'textDocument/rename'