spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Tasks are not grouped

Anthony-Breneliere opened this issue · comments

Hello,

I added a separator in order to group 3 types of VS code user tasks. But task grouping does not work.

image

Tasks are listed in a VS Code workspace:

image

In the workspace settings are set to use the grouping feature:

		"taskExplorer.groupWithSeparator": true,
		"taskExplorer.groupStripTaskLabel": true,
		"taskExplorer.groupSeparator": "-",

Regards,
Anthony Breneliere

Ok, solved: groups are not created if there is only one task in that group.

If I create at least two tasks with label that starts with Debug-, then it works: a group is created.

I let the issue open because it should be good to mention it in the documentation to reduce the risk of going into this issue.