Skip to content

Commit 0a265fa

Browse files
authored
Merge pull request #47 from jGauravGupta/ECOSYS-148
ECOSYS-148 Release Payara VSCode Plugin v0.0.4
2 parents d6f8780 + 0693afe commit 0a265fa

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Features
44

55
### Payara Server
6-
* Add Payara Server
6+
* Register Payara Server (Local / Remote)
77
* Start Payara Server
88
* Start Payara Server in debug mode
99
* Stop Payara Server
@@ -20,6 +20,8 @@
2020
* Debug exploded war
2121
* Open deployed application homepage in browser
2222
* Enable/Disable/Undeploy application
23+
* View REST Endpoints of the application
24+
* Shell command customization support via tasks.json
2325

2426
#### Usage
2527

@@ -30,12 +32,14 @@
3032
* Start Payara Micro instance
3133
* Start Payara Micro instance in debug mode
3234
* Stop Payara Micro instance
35+
* Customize JDK path
3336
* Create an UberJAR of the application and Payara Micro
3437
* Run/Debug war package
3538
* Run/Debug uberjar package
3639
* Run/Debug exploded war package
3740
* Reload exploded war package on save
3841
* Open deployed application homepage in browser
42+
* Shell command customization support via tasks.json
3943

4044
#### Usage
4145

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "payara-vscode",
33
"displayName": "Payara Tools",
44
"description": "Payara Tools for Visual Studio Code",
5-
"version": "0.0.4-SNAPSHOT",
5+
"version": "0.0.4",
66
"publisher": "Payara",
77
"icon": "resources/payara.png",
88
"repository": {

0 commit comments

Comments
 (0)