Skip to content

Commit

Permalink
Add context value for add/remove library commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Vigilans committed Nov 26, 2019
1 parent 07acbed commit a54ba39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@
"view/item/context": [
{
"command": "java.project.addLibraries",
"when": "view == javaDependencyExplorer",
"when": "viewItem =~ /java:container\/referenced-libraries/",
"group": "inline"
},
{
"command": "java.project.removeLibrary",
"when": "view == javaDependencyExplorer",
"when": "viewItem =~ /java:jar\/referenced-libraries/",
"group": "inline"
}
]
Expand Down

0 comments on commit a54ba39

Please sign in to comment.