Skip to content

lsp, lsp-types 1.2.0.0

Latest
Compare
Choose a tag to compare
@wz1000 wz1000 released this 26 Mar 14:05
· 365 commits to master since this release
76b86d5

lsp-types 1.2.0.0

  • Prevent crashing when optional fields are missing (@anka-213)
  • Use StrictData (@wz1000)
  • Add MarkupContent in SignatureHelp types (@michaelpj)
  • Add activeParameter support in SignatureInformation (@michaelpj)
  • Add label offset support in SignatureHelp (@michaelpj)
  • Add some documentation comments to SignatureHelp types (@michaelpj)
  • Add support for InsertReplaceEdit (@michaelpj)
  • Add support for InsertTextMode (@michaelpj)
  • Add resolveSupport (@michaelpj)
  • Fix applying a TextEdit past the end of the document (#271) (@michaelpj)
  • Use Empty instead of () as progress create response (#295) (@wz1000)
  • Add tag support for DocumentSymbol, SymbolInformation, and document symbol provider label (#301) (@michaelpj)
  • Support change annotations (#302) (@michaelpj)
  • Add some more missing lenses (#307) (@michaelpj)

lsp 1.2.0.0

  • Parse config from initializeOptions and pass in the old value of config to onConfigurationChange (#285) (wz1000)
  • Break up big TVar record into lots of small TVars (#286) (@wz1000)
  • Add some INLINE pragmas (@wz1000)
  • Make method equality work for CustomMethods (@wz1000)