We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } ]
The text was updated successfully, but these errors were encountered:
This is a dupe of #46
Sorry, something went wrong.
Looks like the API changed at some point. I've found a new way to open custom views, so I'll update the extension.
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.
todo-tree-view
e.g.
{ "name": "todo-tree-view", "codicon": "check" },
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 .
Gruntfuggly
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: