- Readme should refer to new spring-boot extension insted of the old obsolete ones - Changed the name from Spring Boot Dev Pack to Spring Boot Extension Pack
43 lines
972 B
JSON
43 lines
972 B
JSON
{
|
|
"name": "vscode-boot-dev-pack",
|
|
"version": "0.0.4",
|
|
"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": [
|
|
"Languages",
|
|
"Linters",
|
|
"Extension Packs"
|
|
],
|
|
"engines": {
|
|
"vscode": "^1.19.0"
|
|
},
|
|
"extensionDependencies": [
|
|
"Pivotal.vscode-spring-boot",
|
|
"Pivotal.vscode-concourse",
|
|
"Pivotal.vscode-manifest-yaml",
|
|
"vscjava.vscode-spring-initializr"
|
|
]
|
|
}
|