File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments