You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Specifications (LSP)
Just return
null
for now.NOTE: in LSP "files" refers to both files and folders.
The text was updated successfully, but these errors were encountered: