mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Mark cancellation support as new
This commit is contained in:
parent
3235a6c3fd
commit
084ebb64bf
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ interface NotificationMessage extends Message {
|
|||
|
||||
#### Cancellation Support
|
||||
|
||||
The base protocol now offers support for request cancellation. To cancel a request a notification message with the following properties is sent:
|
||||
>**New:** The base protocol now offers support for request cancellation. To cancel a request a notification message with the following properties is sent:
|
||||
|
||||
_Notification_:
|
||||
* method: '$/cancelRequest'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue