Skip to content

Commit

Permalink
added Payara Tools and updated version to 0.0.3 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Kodama <[email protected]>
  • Loading branch information
kathrynkodama authored Mar 10, 2020
1 parent f2e483b commit 3a34a6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

All notable changes to the MicroProfile Extension Pack will be documented below.

## 0.0.3
- Added the [Payara Tools extension](https://marketplace.visualstudio.com/items?itemName=Payara.payara-vscode)

## 0.0.2
- Added the [MicroProfile Rest Client Generator extension](https://marketplace.visualstudio.com/items?itemName=MicroProfile-Community.mp-rest-client-generator-vscode-ext)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ By installing the MicroProfile Extension Pack, the following extensions are inst
### 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/).
* [Quarkus](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-quarkus) - Support for development with [Quarkus](https://quarkus.io/).
* [Payara Tools](https://marketplace.visualstudio.com/items?itemName=Payara.payara-vscode) - Support for development with [Payara](https://www.payara.fish/).

## Contributing
Do you have a suggestion for the MicroProfile Extension Pack? File an [issue](https://github.com/MicroShed/vscode-microprofile-pack/issues) or submit a pull request if there is an extension that should be added to the extension pack. Our [CONTRIBUTING](CONTRIBUTING.md) document contains details for submitting pull requests.
5 changes: 3 additions & 2 deletions 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.2",
"version": "0.0.3",
"publisher": "MicroProfile-Community",
"preview": true,
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,6 +37,7 @@
"MicroProfile-Community.mp-starter-vscode-ext",
"MicroProfile-Community.mp-rest-client-generator-vscode-ext",
"Open-Liberty.liberty-dev-vscode-ext",
"redhat.vscode-quarkus"
"redhat.vscode-quarkus",
"Payara.payara-vscode"
]
}

0 comments on commit 3a34a6f

Please sign in to comment.