From 1b70a9689f727ff358acc5aadf3e7c0658c87ea1 Mon Sep 17 00:00:00 2001 From: Stuart Elimu <41069456+stuartelimu@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:38:12 +0300 Subject: [PATCH] Add Toggle Sidebar and Reveal Current File package (#8960) --- repository/t.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/t.json b/repository/t.json index d2ee0b40d39..1d01180e1da 100644 --- a/repository/t.json +++ b/repository/t.json @@ -2759,6 +2759,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",