What's wrong with this entry?
Anonymous. No account, no email.
What: Four new methods for synchronizing file state with Language Server Protocol servers
Details:
getAllServers()- Returns Map of all initialized LSP servers for monitoringopenFile(path, content)- SendstextDocument/didOpenwith proper languageId mappingchangeFile(path, content)- SendstextDocument/didChange, falls back to openFile if server not runningcloseFile(path)- SendstextDocument/didClosefor cleanup- Configuration changed from
fileExtensionsarray toextensionToLanguageobject for proper language ID support - Evidence:
ym2()at line 446307, methods at lines 446405-446454
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.