0.1.1-int1
Pre-release
Pre-release
- Now
TextDocument
is immutable.- You may apply a sequence of
TextDocumentContentChangeEvent
s toTextDocument.ApplyChanges
, and get a new instance representing the changed document.
- You may apply a sequence of
- Optimizations were done for line-start positions calculation in
TextDocument.ApplyChanges
- New method:
LanguageServerExtensions.IsUntitled
- Parameter order of
Diagnostic
's constructor has been changed.