Skip to content

Commit

Permalink
Merge pull request #47 from jGauravGupta/ECOSYS-148
Browse files Browse the repository at this point in the history
ECOSYS-148 Release Payara VSCode Plugin v0.0.4
  • Loading branch information
jGauravGupta authored Jun 18, 2020
2 parents d6f8780 + 0693afe commit 0a265fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Features

### Payara Server
* Add Payara Server
* Register Payara Server (Local / Remote)
* Start Payara Server
* Start Payara Server in debug mode
* Stop Payara Server
Expand All @@ -20,6 +20,8 @@
* Debug exploded war
* Open deployed application homepage in browser
* Enable/Disable/Undeploy application
* View REST Endpoints of the application
* Shell command customization support via tasks.json

#### Usage

Expand All @@ -30,12 +32,14 @@
* Start Payara Micro instance
* Start Payara Micro instance in debug mode
* Stop Payara Micro instance
* Customize JDK path
* Create an UberJAR of the application and Payara Micro
* Run/Debug war package
* Run/Debug uberjar package
* Run/Debug exploded war package
* Reload exploded war package on save
* Open deployed application homepage in browser
* Shell command customization support via tasks.json

#### Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "payara-vscode",
"displayName": "Payara Tools",
"description": "Payara Tools for Visual Studio Code",
"version": "0.0.4-SNAPSHOT",
"version": "0.0.4",
"publisher": "Payara",
"icon": "resources/payara.png",
"repository": {
Expand Down

0 comments on commit 0a265fa

Please sign in to comment.