g-arjones / vscode-autoproj

vscode extension to ease development within an autoproj workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use TaskScope.Workspace as the scope of workspace tasks

g-arjones opened this issue · comments

The one we are using is deprecated and causes the first folder added to the workspace to be the "description" of all tasks in the task picker UI. Fixing requires this to be taken care of first.

Currently, we are blocked by VS Code: microsoft/vscode#40515