activitusbar
activitusbar copied to clipboard
Showing Todo-tree extension does not work
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"
}
]
This is a dupe of https://github.com/Gruntfuggly/activitusbar/issues/46
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.
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
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 .