Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Showing Todo-tree extension does not work #62

Open
bastianplsfix opened this issue Sep 13, 2022 · 5 comments
Open

Showing Todo-tree extension does not work #62

bastianplsfix opened this issue Sep 13, 2022 · 5 comments
Assignees

Comments

@bastianplsfix
Copy link

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
Copy link

benjamin-kirkbride commented Oct 16, 2022

This is a dupe of #46

@Gruntfuggly
Copy link
Owner

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 Gruntfuggly self-assigned this Dec 9, 2022
@Gruntfuggly Gruntfuggly added the bug label Dec 9, 2022
@Gruntfuggly
Copy link
Owner

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
Copy link

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

@ecstayalive
Copy link

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants