Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

v0.9.8

Compare
Choose a tag to compare
@damieng damieng released this 16 Nov 18:25
· 45 commits to master since this release
081d648
  • Support CodeActions that do not return Commands #239
  • AutoComplete
    • Trigger on last character in multi-character sequences (e.g. ::) #241
  • Outline view
    • Add icon mappings for Struct and EnumMember #236
    • Add textDocument/documentSymbol support for hierarchical outlines #237
  • Logging #242
    • Can now be filtered and intercepted by packages
    • Defaults to logging warnings and errors to console in non-dev mode
  • Dependencies updated (including tweaks to make it work where necessary)
    • TypeScript (3.1.6)
    • vscode-jsonrpc (4.0.0)
    • vscode-languageserver-protocol/types (3.12.0)
    • sinon, mocha, chai, tslint, @types/* (latest)