-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "madooding-extension-pack",
"displayName": "madooding's extension pack",
"publisher": "madooding",
"description": "",
"version": "0.0.1",
"engines": {
"vscode": "^1.32.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"JerryHong.autofilename",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"dariofuzinato.vue-peek",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"ionutvmi.path-autocomplete",
"joelday.docthis",
"leizongmin.node-module-intellisense",
"mrmlnc.vscode-less",
"octref.vetur",
"oysun.vuehelper",
"seanwash.vue",
"vincaslt.highlight-matching-tag",
"VisualStudioExptTeam.vscodeintellicode",
"wayou.vscode-todo-highlight",
"xabikos.JavaScriptSnippets",
"Zignd.html-css-class-completion"
]
}