-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.41 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "devonfw-extension-pack",
"displayName": "devonfw Platform Extension Pack",
"version": "7.4.0",
"description": "This pack contains the recommended extensions and tools to develop applications using the devonfw platform and others to work with technologies of growing importance",
"icon": "devonfw-logo.png",
"repository": "https://github.com/devonfw/extension-pack-vscode",
"publisher": "devonfw",
"license": "Apache 2.0",
"galleryBanner": {
"color": "#162d4f",
"theme": "dark"
},
"engines": {
"vscode": "^1.96.0"
},
"categories": [
"Extension Packs",
"Programming Languages"
],
"keywords": [
"devonfw"
],
"extensionPack": [
"42crunch.vscode-openapi",
"alefragnani.project-manager",
"angular.ng-template",
"asciidoctor.asciidoctor-vscode",
"christian-kohler.path-intellisense",
"dbaeumer.vscode-eslint",
"dcortes92.FreeMarker",
"deque-systems.vscode-axe-linter",
"donjayamanne.githistory",
"esbenp.prettier-vscode",
"formulahendry.code-runner",
"GabrielBB.vscode-lombok",
"github.github-vscode-theme",
"github.vscode-pull-request-github",
"hediet.vscode-drawio",
"humao.rest-client",
"jebbs.plantuml",
"joelday.docthis",
"johnpapa.Angular2",
"liviuschera.noctis",
"mhutchie.git-graph",
"mrmlnc.vscode-scss",
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter",
"ms-vscode-remote.vscode-remote-extensionpack",
"ms-vscode.cpptools",
"ms-dotnettools.csdevkit",
"ms-dotnettools.vscode-dotnet-pack",
"ms-vscode.vscode-typescript-tslint-plugin",
"MS-vsliveshare.vsliveshare-pack",
"mutantdino.resourcemonitor",
"nrwl.angular-console",
"orta.vscode-jest",
"pdconsec.vscode-print",
"pivotal.vscode-boot-dev-pack",
"pnp.polacode",
"redhat.fabric8-analytics",
"redhat.vscode-xml",
"redhat.vscode-yaml",
"rjmacarthy.twinny",
"rust-lang.rust-analyzer",
"silverlakesoftware.searchdocsets-vscode",
"stylelint.vscode-stylelint",
"swyphcosmo.spellchecker",
"Tyriar.lorem-ipsum",
"usernamehw.errorlens",
"vscjava.vscode-java-pack",
"vscode-icons-team.vscode-icons",
"wayou.vscode-todo-highlight",
"wesbos.theme-cobalt2",
"wix.vscode-import-cost",
"yoavbls.pretty-ts-errors",
"yycalm.linecount"
]
}