|
41 | 41 | "onCommand:payara.server.console.open", |
42 | 42 | "onCommand:payara.server.log.open", |
43 | 43 | "onCommand:payara.server.config.open", |
| 44 | + "onCommand:payara.server.domain.open", |
| 45 | + "onCommand:payara.server.home.open", |
44 | 46 | "onCommand:payara.server.app.deploy", |
45 | 47 | "onCommand:payara.server.app.debug", |
46 | 48 | "onCommand:payara.server.app.migrate", |
|
174 | 176 | "title": "View Domain Server Config", |
175 | 177 | "category": "Payara" |
176 | 178 | }, |
| 179 | + { |
| 180 | + "command": "payara.server.domain.open", |
| 181 | + "title": "Open Domain Directory", |
| 182 | + "category": "Payara" |
| 183 | + }, |
| 184 | + { |
| 185 | + "command": "payara.server.home.open", |
| 186 | + "title": "Open Server Home Directory", |
| 187 | + "category": "Payara" |
| 188 | + }, |
177 | 189 | { |
178 | 190 | "command": "payara.server.app.deploy", |
179 | 191 | "title": "Run on Payara Server", |
|
409 | 421 | "command": "payara.server.config.open", |
410 | 422 | "when": "never" |
411 | 423 | }, |
| 424 | + { |
| 425 | + "command": "payara.server.domain.open", |
| 426 | + "when": "never" |
| 427 | + }, |
| 428 | + { |
| 429 | + "command": "payara.server.home.open", |
| 430 | + "when": "never" |
| 431 | + }, |
412 | 432 | { |
413 | 433 | "command": "payara.server.app.deploy", |
414 | 434 | "when": "never" |
|
578 | 598 | "when": "viewItem == loadingPayaraLocal || viewItem == runningPayaraLocal || viewItem == stoppedPayaraLocal", |
579 | 599 | "group": "view@11" |
580 | 600 | }, |
| 601 | + { |
| 602 | + "command": "payara.server.domain.open", |
| 603 | + "when": "viewItem == loadingPayaraLocal || viewItem == runningPayaraLocal || viewItem == stoppedPayaraLocal", |
| 604 | + "group": "view@12" |
| 605 | + }, |
| 606 | + { |
| 607 | + "command": "payara.server.home.open", |
| 608 | + "when": "viewItem == loadingPayaraLocal || viewItem == runningPayaraLocal || viewItem == stoppedPayaraLocal", |
| 609 | + "group": "view@13" |
| 610 | + }, |
581 | 611 | { |
582 | 612 | "command": "payara.server.app.undeploy", |
583 | 613 | "when": "viewItem == payara-application", |
|
694 | 724 | "fs-extra": "^11.1.0", |
695 | 725 | "gradle-to-js": "^2.0.0", |
696 | 726 | "lodash": "^4.17.21", |
697 | | - "open": "^9.1.0 ", |
| 727 | + "open": "^8.4.2 ", |
698 | 728 | "request": "^2.88.0", |
699 | 729 | "tail": "^2.0.3", |
700 | 730 | "tmp": "^0.2.0", |
|
708 | 738 | "@types/mocha": "^10.0.0", |
709 | 739 | "@types/node": "^20.3.1", |
710 | 740 | "@types/vscode": "^1.22.0", |
711 | | - "glob": "^10.2.7", |
| 741 | + "glob": "^7.1.7", |
712 | 742 | "mocha": "^10.0.0", |
713 | 743 | "os": "^0.1.1", |
714 | 744 | "tslint": "^6.1.0", |
|
0 commit comments