Skip to content

0.1.1-int1

Pre-release
Pre-release
Compare
Choose a tag to compare
@CXuesong CXuesong released this 09 May 03:30
· 53 commits to master since this release
  • Now TextDocument is immutable.
    • You may apply a sequence of TextDocumentContentChangeEvents to TextDocument.ApplyChanges, and get a new instance representing the changed document.
  • Optimizations were done for line-start positions calculation in TextDocument.ApplyChanges
  • New method: LanguageServerExtensions.IsUntitled
  • Parameter order of Diagnostic's constructor has been changed.