forked from franneck94/vscode-coding-tools-extension-pack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "vscode-coding-tools-extension-pack",
"displayName": "Coding Tools Extension Pack",
"description": "Popular VSCode extensions for development.",
"version": "0.8.0",
"publisher": "franneck94",
"engines": {
"vscode": "^1.72.0"
},
"icon": "Icon.png",
"galleryBanner": {
"color": "#222222",
"theme": "dark"
},
"keywords": [
"coding",
"utility",
"tools"
],
"categories": [
"Extension Packs"
],
"repository": {
"url": "https://github.com/franneck94/vscode-coding-tools-extension-pack"
},
"homepage": "https://github.com/franneck94/vscode-coding-tools-extension-pack",
"bugs": {
"url": "https://github.com/franneck94/vscode-coding-tools-extension-pack/issues"
},
"extensionPack": [
"franneck94.workspace-formatter",
"aaron-bond.better-comments",
"christian-kohler.path-intellisense",
"visualstudioexptteam.vscodeintellicode",
"ryu1kn.partial-diff",
"peakchen90.open-html-in-browser",
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one",
"davidanson.vscode-markdownlint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"adpyke.codesnap",
"tomoki1207.pdf",
"usernamehw.errorlens",
"vitaliymaz.vscode-svg-previewer",
"tamasfe.even-better-toml",
"ms-vscode.hexeditor",
"ms-vscode-remote.vscode-remote-extensionpack"
]
}