Update boot dev pack

Remove obsolete vscode-boot-java, vscode-boot-properties and 
replace with vscode-spring-boot

WARNING: the update pack should not be published yet until 
vscode-spring-boot is released to the marketplace.
This commit is contained in:
Kris De Volder
2018-02-21 13:35:19 -08:00
parent 718d60e85d
commit e97cf881ed

View File

@@ -1,6 +1,6 @@
{
"name": "vscode-boot-dev-pack",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "Pivotal",
"displayName": "Spring Boot Development Extension Pack",
"description": "A collection of extensions for developing Spring Boot applications",
@@ -31,13 +31,12 @@
"Extension Packs"
],
"engines": {
"vscode": "^1.15.0"
"vscode": "^1.19.0"
},
"extensionDependencies": [
"Pivotal.vscode-boot-java",
"Pivotal.vscode-boot-properties",
"Pivotal.vscode-spring-boot",
"Pivotal.vscode-concourse",
"Pivotal.vscode-manifest-yaml",
"vscjava.vscode-spring-initializr"
]
}
}