From a2a2094c0ab91f7e40159af2c8db7d2c77e56dfd Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Fri, 20 Dec 2019 16:47:40 +0100 Subject: [PATCH] Clarify in 3.14 as well. --- _specifications/specification-3-14.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_specifications/specification-3-14.md b/_specifications/specification-3-14.md index 2340d2a..c094edf 100644 --- a/_specifications/specification-3-14.md +++ b/_specifications/specification-3-14.md @@ -4227,7 +4227,7 @@ export interface DocumentOnTypeFormattingRegistrationOptions extends TextDocumen ``` #### Rename Request (:leftwards_arrow_with_hook:) -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'