Skip to content

Commit

Permalink
Merge pull request #82 from jGauravGupta/FISH-5541
Browse files Browse the repository at this point in the history
FISH-5541 Release Payara VSCode tools v1.1.1
  • Loading branch information
jGauravGupta authored Jul 2, 2021
2 parents 8e56281 + f5a77d0 commit 4574993
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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": "1.1.0",
"version": "1.1.1",
"publisher": "Payara",
"icon": "resources/payara.png",
"repository": {
Expand Down Expand Up @@ -646,12 +646,12 @@
{
"command": "payara.server.app.deploy",
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+maven|gradle\\b)(?=.*?\\b\\+uri\\b)/",
"group": "java-project@0"
"group": "java-project@0"
},
{
"command": "payara.server.app.debug",
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+maven|gradle\\b)(?=.*?\\b\\+uri\\b)/",
"group": "java-project@1"
"group": "java-project@1"
}
]
}
Expand All @@ -673,7 +673,7 @@
"cron": "^1.8.2",
"fs-extra": "^10.0.0",
"gradle-to-js": "^2.0.0",
"lodash": "^4.17.15",
"lodash": "^4.17.21",
"open": "^8.0.2 ",
"request": "^2.88.0",
"tail": "^2.0.3",
Expand Down

0 comments on commit 4574993

Please sign in to comment.