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

Showing Todo-tree extension does not work #62

Open bastianplsfix opened 2 years ago

bastianplsfix commented 2 years ago

Seems like all the other icons works fine but can't seem to be able to toggle the Todo-tree extension. It just open and closes the sidebar.

"activitusbar.views": [
    {
      "name": "explorer",
      "codicon": "explorer-view-icon"
    },
    {
      "name": "search",
      "codicon": "search-view-icon"
    },
    {
      "name": "scm",
      "codicon": "source-control-view-icon"
    },
    {
      "name": "debug",
      "codicon": "run-view-icon"
    },
    {
      "name": "extensions",
      "codicon": "extensions-view-icon"
    },
    {
      "name": "extension.todo-tree",
      "codicon": "check"
    }
  ]
benjamin-kirkbride commented 1 year ago

This is a dupe of https://github.com/Gruntfuggly/activitusbar/issues/46

Gruntfuggly commented 1 year ago

Looks like the API changed at some point. I've found a new way to open custom views, so I'll update the extension.

Gruntfuggly commented 1 year ago

Just uploaded a new version (0.0.047) which should fix this - just use the view name (in this case todo-tree-view) in the "name" field.

e.g.

        {
            "name": "todo-tree-view",
            "codicon": "check"
        },
AnthonyGress commented 1 year ago

What would it be for New Relic Code Stream extension? Was working up until today when i updated vscode

ecstayalive commented 1 year ago

What would it be for New Relic Code Stream extension? Was working up until today when i updated vscode

Here are some steps which may help you in #65 .