-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Nuke TaskGroup #27575
Comments
It has usage, but not inside vscode.d.ts. These groups have special meaning in the core. If you for example assign I made this a string so that users can extend these groups. I defined constants so that extensions writers don't mistype them. However since this is now open and we need to differentiate our group from other groups I propose that we start ours with $ and throw is someone assigns an unknown group. Any objection? |
How? I assign a different string to the |
Yes, don't get choked but there are discussion to have an explorer tree extension to render task in various outlines. One would be by group, name, hierarchy, ... One 'group' people were asking for is linting since it is not always the same as building. |
Agree that a human readable label needs some contribution then as well. |
I think a task group with a human readable label would best be contributed via a extension points like menu items or tool bar buttons. |
Fixed in latest API version |
In
vscode.d.ts
there isTaskGroup
without any usage it should be removedThe text was updated successfully, but these errors were encountered: