From e6b3dc9b30f35448782889532333445f927f7cf6 Mon Sep 17 00:00:00 2001 From: "Kayla Reopelle (she/her)" <87386821+kaylareopelle@users.noreply.github.com> Date: Tue, 8 Aug 2023 03:17:14 -0700 Subject: [PATCH] Add BriteSnow/vscode-toggle-quotes (#692) --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index f1c7580b7..b89d78426 100644 --- a/extensions.json +++ b/extensions.json @@ -136,6 +136,9 @@ "bradlc.vscode-tailwindcss": { "repository": "https://github.com/tailwindlabs/tailwindcss-intellisense" }, + "BriteSnow.vscode-toggle-quotes": { + "repository": "https://github.com/BriteSnow/vscode-toggle-quotes" + }, "buianhthang.gitflow": { "repository": "https://github.com/anhthang/vscode-gitflow" },