Skip to content

Commit

Permalink
fix: removed reference to undefined Command to solve #203 (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah authored Oct 19, 2021
1 parent 5978a72 commit bf5610a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@
"dark": "resources/dark/sort-numeric-down-alt-solid.svg"
}
},
{
"command": "nexusExplorer.refreshNode",
"title": "Nexus Refresh",
"icon": {
"light": "resources/light/refresh.svg",
"dark": "resources/dark/refresh.svg"
}
},
{
"command": "nexusExplorer.viewNode",
"title": "View Details",
Expand Down Expand Up @@ -258,4 +250,4 @@
"resolutions": {
"@types/react": "^16.14.2"
}
}
}

0 comments on commit bf5610a

Please sign in to comment.