-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
45
46
47
48
{
"name": "essential-extension-pack",
"displayName": "Essential Extension Pack",
"description": "This is an extension pack for Visual Studio Code with some essential extensions that are helpful for development in general.",
"version": "1.0.0",
"publisher": "magnobiet",
"engines": {
"vscode": "^1.38.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"alefragnani.project-manager",
"christian-kohler.path-intellisense",
"eamodio.gitlens",
"eamodio.toggle-excluded-files",
"EditorConfig.EditorConfig",
"IBM.output-colorizer",
"mikestead.dotenv",
"ms-vsliveshare.vsliveshare",
"Shan.code-settings-sync",
"SirTori.indenticator",
"sleistner.vscode-fileutils",
"VisualStudioExptTeam.vscodeintellicode",
"wayou.vscode-todo-highlight",
"wmaurer.change-case"
],
"icon": "icon.png",
"galleryBanner": {
"color": "#24292e",
"theme": "dark"
},
"scripts": {
"package": "npx vsce package",
"publish": "npx vsce publish"
},
"author": "Magno Biét <[email protected]> (https://magnobiet.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vscode-extension-packs/essential-extension-pack.git"
},
"bugs": {
"url": "https://github.com/vscode-extension-packs/essential-extension-pack/issues"
},
"homepage": "https://github.com/vscode-extension-packs/essential-extension-pack#readme"
}