From fb86f323e729c877f8dc4bb172026e42640ff6ff Mon Sep 17 00:00:00 2001 From: cs Date: Sat, 21 Dec 2024 21:03:54 +0800 Subject: [PATCH] feat: add SettingSwitcher --- repository/s.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/s.json b/repository/s.json index dc04fa05102..6d48d0c4b72 100644 --- a/repository/s.json +++ b/repository/s.json @@ -1254,6 +1254,16 @@ } ] }, + { + "name": "SettingSwitcher", + "details": "https://github.com/halfmoonvic/SettingSwitcher", + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "SetWindowTitle", "details": "https://github.com/gwenzek/SublimeSetWindowTitle",