File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Features
4
4
5
5
### Payara Server
6
- * Add Payara Server
6
+ * Register Payara Server (Local / Remote)
7
7
* Start Payara Server
8
8
* Start Payara Server in debug mode
9
9
* Stop Payara Server
20
20
* Debug exploded war
21
21
* Open deployed application homepage in browser
22
22
* Enable/Disable/Undeploy application
23
+ * View REST Endpoints of the application
24
+ * Shell command customization support via tasks.json
23
25
24
26
#### Usage
25
27
30
32
* Start Payara Micro instance
31
33
* Start Payara Micro instance in debug mode
32
34
* Stop Payara Micro instance
35
+ * Customize JDK path
33
36
* Create an UberJAR of the application and Payara Micro
34
37
* Run/Debug war package
35
38
* Run/Debug uberjar package
36
39
* Run/Debug exploded war package
37
40
* Reload exploded war package on save
38
41
* Open deployed application homepage in browser
42
+ * Shell command customization support via tasks.json
39
43
40
44
#### Usage
41
45
Original file line number Diff line number Diff line change 2
2
"name" : " payara-vscode" ,
3
3
"displayName" : " Payara Tools" ,
4
4
"description" : " Payara Tools for Visual Studio Code" ,
5
- "version" : " 0.0.4-SNAPSHOT " ,
5
+ "version" : " 0.0.4" ,
6
6
"publisher" : " Payara" ,
7
7
"icon" : " resources/payara.png" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments