-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "rp-essentials",
"publisher": "SohamKulkarni",
"displayName": "rp-essentials",
"description": "Essential & helpful extensions to work on RP Infrastructure",
"version": "0.0.2",
"repository": {
"url": "https://github.com/ReflectionsProjections/essentials"
},
"icon": "favicon.png",
"engines": {
"vscode": "^1.79.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"bradlc.vscode-tailwindcss",
"BriteSnow.vscode-toggle-quotes",
"Catppuccin.catppuccin-vsc",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"cschlosser.doxdocgen",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"github.vscode-github-actions",
"Gruntfuggly.todo-tree",
"helixquar.randomeverything",
"icrawl.discord-vscode",
"jasonnutter.search-node-modules",
"kisstkondoros.vscode-gutter-preview",
"mikestead.dotenv",
"mongodb.mongodb-vscode",
"ms-playwright.playwright",
"PKief.material-icon-theme",
"redhat.vscode-xml",
"redhat.vscode-yaml",
"svelte.svelte-vscode",
"usernamehw.errorlens",
"xabikos.JavaScriptSnippets",
"yoavbls.pretty-ts-errors"
]
}