Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
114 stars 15 forks source link

npm.focus not work #59

Closed denis-bushaev closed 1 year ago

denis-bushaev commented 2 years ago

my settings.json

...
"activitusbar.views": [
    {
      "name": "explorer",
      "codicon": "explorer-view-icon"
    },
    {
      "name": "scm",
      "codicon": "source-control-view-icon"
    },
    {
      "name": "npm.focus",
      "codicon": "json"
    },
    {
      "codicon": "kebab-vertical"
    }
  ],
...

command npm.focus not work :(

Gruntfuggly commented 1 year ago

What should npm.focus do?

Gruntfuggly commented 1 year ago

Can you try the latest version (0.0.47) - I think it may now work with the latest changes.