44 lines
1020 B
JSON
44 lines
1020 B
JSON
{
|
|
"name": "vscode-boot-dev-pack",
|
|
"version": "0.0.8",
|
|
"publisher": "Pivotal",
|
|
"displayName": "Spring Boot Extension Pack",
|
|
"description": "A collection of extensions for developing Spring Boot applications",
|
|
"license": "EPL-1.0",
|
|
"galleryBanner": {
|
|
"color": "#0F3D5F",
|
|
"theme": "dark"
|
|
},
|
|
"icon": "STS4-256x256.png",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/spring-projects/sts4.git"
|
|
},
|
|
"homepage": "https://github.com/spring-projects/sts4",
|
|
"bugs": {
|
|
"url": "https://github.com/spring-projects/sts4/issues"
|
|
},
|
|
"keywords": [
|
|
"spring-boot",
|
|
"java",
|
|
"concourse",
|
|
"cloudfoundry",
|
|
"yaml"
|
|
],
|
|
"categories": [
|
|
"Programming Languages",
|
|
"Linters",
|
|
"Extension Packs"
|
|
],
|
|
"engines": {
|
|
"vscode": "^1.26.0"
|
|
},
|
|
"extensionPack": [
|
|
"Pivotal.vscode-spring-boot",
|
|
"Pivotal.vscode-concourse",
|
|
"Pivotal.vscode-manifest-yaml",
|
|
"vscjava.vscode-spring-initializr",
|
|
"vscjava.vscode-spring-boot-dashboard"
|
|
]
|
|
}
|