From cb69c3c8bd96627f98d25636087e7c862329301e Mon Sep 17 00:00:00 2001 From: Stuart Elimu <41069456+stuartelimu@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:58:09 +0300 Subject: [PATCH 1/3] Update t.json Add Toggle Sidebar and Reveal Current File package --- repository/t.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/t.json b/repository/t.json index 3e59379b050..938ff634a80 100644 --- a/repository/t.json +++ b/repository/t.json @@ -2847,6 +2847,17 @@ } ] }, + { + "name": "Toggle Sidebar and Reveal Current File", + "details": "https://github.com/stuartelimu/toggle-sidebar-and-reveal-file", + "labels": ["sidebar", "toggle"], + "releases": [ + { + "sublime_text": "*", + "tags": true, + } + ] + }, { "name": "ToggleWrap", "details": "https://github.com/shagabutdinov/sublime-toggle-wrap", From aadeb712b5c6acb7117b2026dd71c900a7484189 Mon Sep 17 00:00:00 2001 From: Stuart Elimu <41069456+stuartelimu@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:32:20 +0300 Subject: [PATCH 2/3] Update t.json --- repository/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/t.json b/repository/t.json index 938ff634a80..05eb53bc432 100644 --- a/repository/t.json +++ b/repository/t.json @@ -2854,7 +2854,7 @@ "releases": [ { "sublime_text": "*", - "tags": true, + "tags": true } ] }, From 9e9816fd782f96bce96cd0a49015238d985e3d33 Mon Sep 17 00:00:00 2001 From: Stuart Elimu <41069456+stuartelimu@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:44:27 +0300 Subject: [PATCH 3/3] Update t.json --- repository/t.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/repository/t.json b/repository/t.json index 05eb53bc432..4271e7fd0de 100644 --- a/repository/t.json +++ b/repository/t.json @@ -2755,6 +2755,17 @@ } ] }, + { + "name": "Toggle Sidebar and Reveal Current File", + "details": "https://github.com/stuartelimu/toggle-sidebar-and-reveal-file", + "labels": ["sidebar", "toggle"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "Toggle Sidebar Focus", "details": "https://github.com/educbraga/ToggleSidebarFocus", @@ -2847,17 +2858,6 @@ } ] }, - { - "name": "Toggle Sidebar and Reveal Current File", - "details": "https://github.com/stuartelimu/toggle-sidebar-and-reveal-file", - "labels": ["sidebar", "toggle"], - "releases": [ - { - "sublime_text": "*", - "tags": true - } - ] - }, { "name": "ToggleWrap", "details": "https://github.com/shagabutdinov/sublime-toggle-wrap",