-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (51 loc) · 1.09 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
49
50
51
52
{
"name": "alwayson",
"displayName": "00 Mr Chetan Always On Extension Pack",
"description": "An Always On collection for development in all language on VS Code by Chetan Bhalothia",
"version": "1.5.0",
"publisher": "MrChetan",
"repository": {
"type": "git",
"url": "https://github.com/mrchetan/AlwaysOnExtensionPack"
},
"engines": {
"vscode": "^1.90.0"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#39C2D8",
"theme": "dark"
},
"categories": [
"Extension Packs"
],
"keywords": [
"extension",
"pack",
"laravel",
"blade",
"php",
"flutter",
"dart",
"app",
"android",
"ios",
"snippet"
],
"extensionPack": [
"amazonwebservices.aws-toolkit-vscode",
"streetsidesoftware.code-spell-checker",
"sleistner.vscode-fileutils",
"github.vscode-github-actions",
"GitHub.codespaces",
"GitHub.copilot",
"GitHub.copilot-chat",
"donjayamanne.githistory",
"eamodio.gitlens",
"mhutchie.git-graph",
"GitHub.vscode-pull-request-github",
"Equinusocio.vsc-material-theme",
"PKief.material-icon-theme",
"gruntfuggly.todo-tree"
]
}