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 actual content changes. The content changes describe single state changes
* to the document. So if there are two content changes c1 and c2 for a document
* in state S then c1 move the document to S' and c2 to S''.
*/
Version: 1.41.1
Commit: 26076a4
Date: 2019-12-18T15:04:31.999Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Linux x64 4.19.0-6-amd64
Steps to Reproduce:
TextDocumentSyncKind.Incremental
support. eg https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-clientSee https://github.com/austenc/vscode-blade-spacer/blob/ae88ae1e82719c7b9fc088b93903285ac61b283a/src/extension.ts#L35 . Expected result would be that an extension doing this would not be able to affect other extensions.
According to the LSP spec the order is important.
https://microsoft.github.io/language-server-protocol/specifications/specification-3-14/#textDocument_didChange
server trace
Does this issue occur when all extensions are disabled?: Extensions are needed to observe error.
The text was updated successfully, but these errors were encountered: