From 42079a2401543ad9ea8020ff8fcb6adf47e97c3c Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Thu, 5 Apr 2018 19:45:51 +0900 Subject: [PATCH] Change workspace/workspaceFolder's icon to be a request As workspace/workspaceFolder is a request, it should use a hook instead of an arrow to indicate that something will be sent back to the originator of the message. Signed-off-by: Remy Suen --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 9d6b9f1..e831f98 100644 --- a/specification.md +++ b/specification.md @@ -1754,7 +1754,7 @@ _Response_: * result: void. * error: code and message set in case an exception happens during the request. -##### Workspace folders request (:arrow_left:) +##### Workspace folders request (:arrow_right_hook:) > *Since version 3.6.0*