PT #153207195 Spring Boot App Dev Pack
This commit is contained in:
1
vscode-extensions/vscode-boot-dev-pack/.gitignore
vendored
Normal file
1
vscode-extensions/vscode-boot-dev-pack/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.vsix
|
||||
15
vscode-extensions/vscode-boot-dev-pack/README.md
Normal file
15
vscode-extensions/vscode-boot-dev-pack/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# VS Code Spring Boot Application Development Extension Pack
|
||||
|
||||
Collection of extensions for developing and deploying Spring Boot Application
|
||||
|
||||
## Spring Boot Java
|
||||
The [Spring Boot Java Support](https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-java) extension provides IDE Java tooling for developing and troubleshooting Spring Boot applications.
|
||||
|
||||
## Spring Boot Properties
|
||||
The [Spring Boot Application Properties Support](https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-properties) extension provides support for editing Spring Boot Application configuration properties files (`.properties` and `.yml`)
|
||||
|
||||
## Cloud Foundry Deployment Manifest
|
||||
The [Cloud Foundry Manifest YML Support](https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-manifest-yaml) extension provides support for editing Cloud Foundry deployment manifest `.yml` files for Spring Boot application deployment
|
||||
|
||||
## Concourse CI Pipeline
|
||||
The [Concourse CI Pipeline Editor](https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-concourse) provides support for setting up Concourse build pipeline for the Spring Boot application
|
||||
48
vscode-extensions/vscode-boot-dev-pack/package.json
Normal file
48
vscode-extensions/vscode-boot-dev-pack/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "vscode-boot-dev-pack",
|
||||
"version": "0.1.0",
|
||||
"publisher": "Pivotal",
|
||||
"displayName": "Spring Boot Development Extension Pack",
|
||||
"description": "A collection of extensions for developing Spring Boot applications",
|
||||
"license": "EPL-1.0",
|
||||
"galleryBanner": {
|
||||
"color": "#1BB3A8",
|
||||
"theme": "dark"
|
||||
},
|
||||
"icon": "spring-boot-logo.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",
|
||||
"spring-boot",
|
||||
"java",
|
||||
"yaml",
|
||||
"concourse",
|
||||
"pipeline.yml",
|
||||
"cloud-foundry",
|
||||
"cloudfoundry",
|
||||
"manifest.yml",
|
||||
"java-properties",
|
||||
"application-properties",
|
||||
"application-yaml"
|
||||
],
|
||||
"categories": [
|
||||
"Spring Boot",
|
||||
"Extension Packs"
|
||||
],
|
||||
"engines": {
|
||||
"vscode": "^1.15.0"
|
||||
},
|
||||
"extensionDependencies": [
|
||||
"Pivotal.vscode-boot-java",
|
||||
"Pivotal.vscode-boot-properties",
|
||||
"Pivotal.vscode-concourse",
|
||||
"Pivotal.vscode-manifest-yaml"
|
||||
]
|
||||
}
|
||||
BIN
vscode-extensions/vscode-boot-dev-pack/spring-boot-logo.png
Normal file
BIN
vscode-extensions/vscode-boot-dev-pack/spring-boot-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.8 KiB |
Reference in New Issue
Block a user