-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (56 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (56 loc) · 1.83 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "web-development-essentials-pack",
"displayName": "Web Development Essentials Pack",
"description": "Web Development Essentials Pack for Visual Studio Code",
"version": "0.0.2",
"icon": "icon.png",
"publisher": "JillMNolan",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Extension Packs"
],
"repository": {
"type": "git",
"url": "https://github.com/jillmnolan/web-development-essentials-pack"
},
"extensionPack": [
"aaron-bond.better-comments",
"Angular.ng-template",
"ChakrounAnas.turbo-console-log",
"CoenraadS.bracket-pair-colorizer-2",
"DavidAnson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"deerawan.vscode-faker",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"ecmel.vscode-html-css",
"EditorConfig.EditorConfig",
"eg2.vscode-npm-script",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"humao.rest-client",
"johnpapa.angular-essentials",
"johnpapa.Angular2",
"johnpapa.vscode-peacock",
"johnpapa.winteriscoming",
"msjsdiag.debugger-for-chrome",
"msjsdiag.debugger-for-edge",
"naumovs.color-highlight",
"nrwl.angular-console",
"octref.vetur",
"oderwat.indent-rainbow",
"PKief.material-icon-theme",
"pranaygp.vscode-css-peek",
"ritwickdey.live-sass",
"ritwickdey.LiveServer",
"streetsidesoftware.code-spell-checker",
"techer.open-in-browser",
"xabikos.JavaScriptSnippets",
"yzhang.markdown-all-in-one",
"Zignd.html-css-class-completion"
]
}