Skip to content

Commit

Permalink
Add MicroProfile Rest Client Generator extension (#4)
Browse files Browse the repository at this point in the history
* add MicroProfile Rest Client Generator

Signed-off-by: Kathryn Kodama <[email protected]>

* improve description of Rest Client Generator

Signed-off-by: Kathryn Kodama <[email protected]>
  • Loading branch information
kathrynkodama authored Feb 20, 2020
1 parent 3e595e5 commit f2e483b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log


## 0.0.2
- Added the [MicroProfile Rest Client Generator extension](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext)

## 0.0.1
- Initial release
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ By installing the MicroProfile Extension Pack, the following extensions are inst

### Creating a MicroProfile project
* [MicroProfile Starter](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-starter-vscode-ext) - Quickly generate a MicroProfile Maven project.
* [MicroProfile Rest Client Generator](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext) - Quickly generate a MicroProfile Rest Client interface template from an OpenAPI document.

### Development tools for runtimes that support MicroProfile
* [Open Liberty Tools](https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext) - Support for development with [Open Liberty](https://openliberty.io/).
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-microprofile-pack",
"displayName": "MicroProfile Extension Pack",
"description": "A collection of extensions to develop Java microservices with Eclipse MicroProfile",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "MicroProfile-Community",
"preview": true,
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,6 +35,7 @@
},
"extensionPack": [
"MicroProfile-Community.mp-starter-vscode-ext",
"MicroProfile-Community.mp-rest-client-generator-vscode-ext",
"Open-Liberty.liberty-dev-vscode-ext",
"redhat.vscode-quarkus"
]
Expand Down

0 comments on commit f2e483b

Please sign in to comment.