-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
53
54
55
56
{
"name": "yonce-essentials",
"displayName": "Yoncé Essentials",
"description": "A collection of language-agnostic extensions for development in Visual Studio Code.",
"version": "1.0.0",
"publisher": "minamarkham",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"url": "https://github.com/minamarkham/yonce-essentials"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#1c1c1c",
"theme": "dark"
},
"bugs": {
"url": "https://github.com/minamarkham/yonce-essentials/issues"
},
"homepage": "https://github.com/minamarkham/yonce-essentials",
"engines": {
"vscode": "^1.84.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"aaron-bond.better-comments",
"anseki.vscode-color",
"bierner.color-info",
"bierner.emojisense",
"christian-kohler.npm-intellisense",
"christian-kohler.path-intellisense",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"GitHub.copilot",
"GitHub.copilot-chat",
"jrebocho.vscode-random",
"minamarkham.yonce-theme",
"naumovs.color-highlight",
"nhoizey.gremlins",
"pflannery.vscode-versionlens",
"PKief.material-icon-theme",
"shardulm94.trailing-spaces",
"SirTori.indenticator",
"streetsidesoftware.code-spell-checker",
"stylelint.vscode-stylelint",
"tombonnike.vscode-status-bar-format-toggle",
"usernamehw.errorlens",
"vincaslt.highlight-matching-tag",
"VisualStudioExptTeam.vscodeintellicode",
"vitaliymaz.vscode-svg-previewer",
"wayou.vscode-todo-highlight"
]
}