-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
{
"name": "notessensei-extension-pack",
"displayName": "NotesSensei's Extension Collection",
"description": "Productivity collection for Cross-Language developers",
"version": "1.0.1",
"publisher": "notessensei",
"repository": {
"type": "git",
"url": "https://github.com/Stwissel/notessensei-extension-pack.git"
},
"homepage": "https://github.com/Stwissel/notessensei-extension-pack/blob/main/README.md",
"icon": "taologo128.png",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.58.0"
},
"categories": [
"Extension Packs"
],
"keywords": [
"Java",
"JavaScript",
"PlantUML",
"Git",
"GitHub"
],
"extensionPack": [
"ahmadalli.vscode-nginx-conf",
"davidanson.vscode-markdownlint",
"dawhite.mustache",
"dbaeumer.vscode-eslint",
"dotjoshjohnson.xml",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"formulahendry.docker-extension-pack",
"gitHub.vscode-pull-request-github",
"hbenl.vscode-test-explorer",
"ivory-lab.jenkinsfile-support",
"jebbs.plantuml",
"johnpapa.vscode-peacock",
"karigari.chat",
"lostintangent.vsls-whiteboard",
"mikestead.dotenv",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"ms-vscode-remote.remote-containers",
"ms-vsliveshare.vsliveshare-pack",
"rangav.vscode-thunder-client",
"raynigon.nginx-formatter",
"redhat.fabric8-analytics",
"redhat.java",
"redhat.vscode-commons",
"redhat.vscode-microprofile",
"redhat.vscode-quarkus",
"redhat.vscode-xml",
"redhat.vscode-yaml",
"shengchen.vscode-checkstyle",
"teamsdevapp.ms-teams-vscode-extension",
"visualstudioexptteam.vscodeintellicode",
"vscjava.vscode-java-pack",
"vscode-icons-team.vscode-icons",
"wallabyjs.dingo-vscode",
"wallabyjs.quokka-vscode",
"wallabyjs.wallaby-vscode",
"william-voyek.vscode-nginx",
"wix.vscode-import-cost",
"yog.yog-plantuml-highlight"
]
}