Skip to content

Commit

Permalink
New plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle authored Oct 26, 2023
1 parent 680abea commit 8d86ae1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions ui/public/resource/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8d86ae1

Please sign in to comment.