mirror of
https://github.com/laravel-ls/protocol.git
synced 2026-06-16 03:54:56 +02:00
lifecycle.go: add MethodCancelRequest
This commit is contained in:
parent
3094133c24
commit
965cf77f8f
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ const (
|
|||
MethodInitialize = "initialize"
|
||||
|
||||
MethodInitialized = "initialized"
|
||||
|
||||
MethodCancelRequest = "$/cancelRequest"
|
||||
)
|
||||
|
||||
// InitializeParams - The initialize parameters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue