From 7eafd7b0e476f33bde5c9ba0c123728e038fa716 Mon Sep 17 00:00:00 2001 From: David <2889367+daveleroy@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:03:25 -0800 Subject: [PATCH] Version 0.6.4 --- docs/change_log.txt | 7 +++++++ messages.json | 1 + 2 files changed, 8 insertions(+) diff --git a/docs/change_log.txt b/docs/change_log.txt index 1314f017..d78f9f75 100644 --- a/docs/change_log.txt +++ b/docs/change_log.txt @@ -1,10 +1,17 @@ For getting set up see https://github.com/daveleroy/sublime_debugger +Version 0.6.4 + +- Added support for vscode-js-debug for chrome/node/edge adapters +- Improved snippet support + + Version 0.6.3 - Adjusted the calculation for determining a good value for ui_rem_width_scale - Added setting ui_rem_width_scale_adjust_automatically for disabling automatic calculation of ui_rem_width_scale + Version 0.6.2 - Fixes a layout issue on Linux diff --git a/messages.json b/messages.json index f63c2776..70bcd0f0 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "docs/change_log.txt", + "0.6.4": "docs/change_log.txt", "0.6.3": "docs/change_log.txt", "0.6.2": "docs/change_log.txt", "0.6.1": "docs/change_log.txt",