Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

57 lines (32 loc) · 1.16 KB

Change Log

All notable changes to the "vscode-symbol-explorer" extension will be documented in this file.

[0.0.13]

  • Added defaultState preference

[0.0.12]

  • Minor bug fix for parent symbols without children

[0.0.11]

  • Add defaultSort preference
  • Tone down telemetry reporter events a bit

[0.0.10]

  • Adjust telemetry reporter events a bit

[0.0.9]

  • Added auto start settings
  • Added telemetry reporter (respects global vscode telemetry setting)

[0.0.8]

  • Added buttons to sort symbols alphabetically
  • Experimental support for showing code complexity, in the tooltip of the symbol
  • Fix for #8

[0.0.7]

  • Symbols are grouped by container
  • Added Activity Bar view
  • Added config values to Explorer view and Debug view

[0.0.6]

  • Fix for a bad merge

[0.0.5]

  • Added Symbol Explorer to the Debug View #5

[0.0.3]

  • Fix for #2

[0.0.2]

  • Fix for #1

[0.0.1]

  • Initial release