From 8a92a4e6c5a45e50ea10e5851ce28dca39720e7c Mon Sep 17 00:00:00 2001 From: rioj7 <38918937+rioj7@users.noreply.github.com> Date: Wed, 24 May 2023 08:28:27 +0200 Subject: [PATCH] Add rioj7/my-code-actions, rioj7/regex-text-gen, rioj7/select-by, rioj7/vscode-betterWhitespaceV2, rioj7/vscode-file-templates, rioj7/vscode-indentWhitespace, rioj7/vscode-json-validate, rioj7/vscode-recently-used, rioj7/remove-comments --- extensions.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/extensions.json b/extensions.json index 0136ac211..a61f52001 100644 --- a/extensions.json +++ b/extensions.json @@ -1127,6 +1127,33 @@ "rioj7.html-related-links": { "repository": "https://github.com/rioj7/html-related-links" }, + "rioj7.my-code-actions": { + "repository": "https://github.com/rioj7/my-code-actions" + }, + "rioj7.regex-text-gen": { + "repository": "https://github.com/rioj7/regex-text-gen" + }, + "rioj7.select-by": { + "repository": "https://github.com/rioj7/select-by" + }, + "rioj7.vscode-betterWhitespaceV2": { + "repository": "https://github.com/rioj7/vscode-betterWhitespaceV2" + }, + "rioj7.vscode-file-templates": { + "repository": "https://github.com/rioj7/vscode-file-templates" + }, + "rioj7.vscode-indentWhitespace": { + "repository": "https://github.com/rioj7/vscode-indentWhitespace" + }, + "rioj7.vscode-json-validate": { + "repository": "https://github.com/rioj7/vscode-json-validate" + }, + "rioj7.vscode-recently-used": { + "repository": "https://github.com/rioj7/vscode-recently-used" + }, + "rioj7.vscode-remove-comments": { + "repository": "https://github.com/rioj7/remove-comments" + }, "ritwickdey.LiveServer": { "repository": "https://github.com/ritwickdey/vscode-live-server" },