-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
component: Server.LSPIssue involves the LSP server processIssue involves the LSP server process
Milestone
Description
Specifications (LSP)
The will delete files request is sent from the client to the server before files are actually deleted as long as the deletion is triggered from within the client either by a user action or by applying a workspace edit. The request can return a WorkspaceEdit which will be applied to workspace before the files are deleted. Please note that clients might drop results if computing the edit took too long or if a server constantly fails on this request. This is done to keep deletes fast and reliable.
Just return null
for now.
NOTE: in LSP "files" refers to both files and folders.
Metadata
Metadata
Assignees
Labels
component: Server.LSPIssue involves the LSP server processIssue involves the LSP server process