sdedic opened a new pull request, #6848: URL: https://github.com/apache/netbeans/pull/6848
The LSP client can be instructed to perform edits on certain files, but NBLS may need to force the client to commit its bufers to disk - in particular if the project build / metadata files are modified, so it can reload the up-to-date project state. The message that forces the client to save the document is missing from the official LSP protocol. This PR adds a `window/saveDocument` request that instructs the client to save specified documents. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
