All Versions
79
Latest Version
Avg Release Cycle
28 days
Latest Release
-

Changelog History
Page 5

  • v1.1.1

    November 25, 2018
  • v1.1.0 Changes

    November 24, 2018
    • ๐Ÿ‘ The minimum supported VSCode version is now 1.23.
    • ๐Ÿ—„ Due to deprecation of VSCode's previewHtml command, the signature of display_html API had to change: HTML markup must now be provided in the first parameter; lazy content generation via register_content_provider is no longer supported.
    • ๐Ÿ› Bug fixes.
  • v1.0.0 Changes

    October 03, 2018
    • The pace of changes has been slowing down as of late, I think this is about time to declare a v1.0!
    • โž• Added Rust visualizers for Box, Rc, Arc, Mutex, Cell, RefCell.
    • ๐Ÿ› Bug fixes.
  • v0.8.9 Changes

    • ๐Ÿ› Bug fixes.
  • v0.8.8 Changes

    • โž• Added [postRunCommands](MANUAL.md#launching).
    • ๐Ÿ› Bug fixes.
  • v0.8.7 Changes

    • ๐Ÿ‘ CodeLLDB will now attempt to auto-generate summaries for compound objects, for which there is no built-in support. Previously, it would fall back to displaying object's type instead.
    • ๐Ÿ›  Fixed breakpoint resolution when dynamically-loaded modules are used.
  • v0.8.6 Changes

    • ๐Ÿ— Filter out build scripts when looking parsing Cargo output.
    • ๐Ÿ†• New substitution variable for launch configs: ${cargo:program}.
    • ๐Ÿ› Bug fixes.
  • v0.8.5 Changes

    • โž• Added support for [Cargo projects](MANUAL.md#cargo-support).
    • Added support for logpoints.
    • โž• Added waitFor property for "attach" configurations - to wait for the process to launch.
    • ๐Ÿ”ง Custom launch configuration changes (the old ways still work, but marked deprecated):
      • Use {"request":"custom"}, instead of {"request":"launch", "custom":true}.
      • Renamed initCommands and preRunCommands to targetCreateCommands and processCreateCommands respectively, to clarify what they do.
    • ๐Ÿ”ง sourceLanguages can once again be specified at the launch configuration level. Workspace-level configuration is still possible via lldb.sourceLanguages.
  • v0.8.2 Changes

    • ๐Ÿ›  Fixed startup bug on Windows.
  • v0.8.1 Changes

    • โž• Added expressions โˆˆ { simple, python, native } launch configuration property, which selects the default [expression evaluator type](MANUAL.md#expressions).
    • ๐Ÿ‘ป Exception breakpoints are now language specific: "on throw" and "on catch" for C++, "on panic" for Rust. In order to implement this, the "sourceLanguages" setting had to be moved to workspace configuration level.
    • ๐Ÿ›  Fixed watch panel bug, which, in rare circumstances, could cause display of incorrect evaluation results.