Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement workspace/didDeleteFiles notification #49

Closed
Tracked by #26
retailcoder opened this issue Mar 12, 2023 · 0 comments
Closed
Tracked by #26

Implement workspace/didDeleteFiles notification #49

retailcoder opened this issue Mar 12, 2023 · 0 comments
Labels
component: Server.LSP Issue involves the LSP server process

Comments

@retailcoder
Copy link
Member

Specifications (LSP)

The did delete files notification is sent from the client to the server when files were deleted from within the client.

Server should accordingly synchronize its workspace state.

NOTE: in LSP "files" refers to both files and folders.

@retailcoder retailcoder added the component: Server.LSP Issue involves the LSP server process label Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: Server.LSP Issue involves the LSP server process
Projects
None yet
Development

No branches or pull requests

1 participant