-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "hive-web-essentials",
"displayName": "hive web essentials",
"description": "蜂巢web开发vsc扩展包",
"icon": "img/logo_vsc.png",
"version": "0.2.0",
"publisher": "aak1247",
"repository": {
"type": "git",
"url": "https://github.com/Hive-Intelligence/hive-web-essentials.git"
},
"engines": {
"vscode": "^0.10.5"
},
"galleryBanner": {
"color": "#53595e",
"theme": "dark"
},
"categories": [
"Extension Packs"
],
"keywords": [
"hive",
"web",
"hive-web",
"extensionPack",
"essentials",
"hive-web-essentials"
],
"extensionPack": [
"yzhang.markdown-all-in-one",
"waderyan.gitblame",
"vscodevim.vim",
"vadimcn.vscode-lldb",
"stylelint.vscode-stylelint",
"stringham.move-ts",
"streetsidesoftware.code-spell-checker",
"SonarSource.sonarlint-vscode",
"shan.code-settings-sync",
"shakram02.bash-beautify",
"rvest.vs-code-prettier-eslint",
"rbbit.typescript-hero",
"pmneo.tsimporter",
"planbcoding.vscode-react-refactor",
"oderwat.indent-rainbow",
"ms-vscode-remote.remote-wsl",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"MS-CEINTL.vscode-language-pack-zh-hans",
"ms-azuretools.vscode-docker",
"maggie.eslint-rules-zh-plugin",
"jgclark.vscode-todo-highlight",
"Gruntfuggly.todo-tree",
"Gitlab.gitlab-workflow",
"GitHub.copilot",
"ghmcadams.lintlens",
"foxundermoon.shell-format",
"formulahendry.auto-rename-tag",
"formulahendry.auto-close-tag",
"editorconfig.editorconfig",
"eamodio.gitlens",
"dsznajder.es7-react-js-snippets",
"donjayamanne.githistory",
"dbaeumer.vscode-eslint",
"coenraads.bracket-pair-colorizer",
"codemooseus.vscode-devtools-for-chrome",
"christian-kohler.npm-intellisense",
"alefragnani.bookmarks",
"aaron-bond.better-comments"
]
}