-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "awesome-vscode",
"displayName": "awesome-vscode",
"description": "A collection of useful VSCode extensions.",
"version": "1.6.0",
"publisher": "jhofker",
"repository": "https://github.com/jhofker/awesome-vscode",
"engines": {
"vscode": "^1.23.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"2gua.rainbow-brackets",
"alexkrechik.cucumberautocomplete",
"christian-kohler.npm-intellisense",
"DavidAnson.vscode-markdownlint",
"dbaeumer.jshint",
"dbaeumer.vscode-eslint",
"DotJoshJohnson.xml",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"formulahendry.dotnet-test-explorer",
"github.vscode-pull-request-github",
"k--kato.docomment",
"jacobcofman.changelog",
"jchannon.csharpextensions",
"ms-vscode.csharp",
"ms-vscode.vscode-typescript-tslint-plugin",
"msjsdiag.debugger-for-chrome",
"oderwat.indent-rainbow",
"ms-azuretools.vscode-docker",
"rbbit.typescript-hero",
"sandcastle.whitespace",
"streetsidesoftware.code-spell-checker",
"yzhang.markdown-all-in-one"
]
}