From 8d86ae11f619dff45cf6248be437778f4fb70a3b Mon Sep 17 00:00:00 2001 From: Mahbub Zaman Date: Fri, 27 Oct 2023 00:44:27 +1100 Subject: [PATCH] New plugins --- ui/public/resource/plugin.json | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ui/public/resource/plugin.json b/ui/public/resource/plugin.json index 8c6a66f4..b3a4483f 100644 --- a/ui/public/resource/plugin.json +++ b/ui/public/resource/plugin.json @@ -1,4 +1,40 @@ [ + { + "name": "Pretty TypeScript Errors", + "category": "VSCode Extension", + "subCategory": "Debugger", + "url": "https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors", + "socials": [ + { + "url": "https://marketplace.visualstudio.com", + "name": "VSCode Marketplace" + } + ] + }, + { + "name": "Multiple cursor case preserve", + "category": "VSCode Extension", + "subCategory": "Tools", + "url": "https://marketplace.visualstudio.com/items?itemName=Cardinal90.multi-cursor-case-preserve", + "socials": [ + { + "url": "https://marketplace.visualstudio.com", + "name": "VSCode Marketplace" + } + ] + }, + { + "name": "Template String Converter", + "category": "VSCode Extension", + "subCategory": "Tools", + "url": "https://marketplace.visualstudio.com/items?itemName=meganrogge.template-string-converter", + "socials": [ + { + "url": "https://marketplace.visualstudio.com", + "name": "VSCode Marketplace" + } + ] + }, { "name": "ReacTree", "category": "VSCode Extension",