vscode-taskexplorer icon indicating copy to clipboard operation
vscode-taskexplorer copied to clipboard

Tasks from workspace definition file are not listed

Open creage opened this issue 5 years ago • 2 comments
trafficstars

I can add tasks to my *.code-workspace file, and can run them using native VSCode Run task command, but these tasks are not listed in Task Explorer, even though I have Enable Workspace checkbox checked in settings.

P.S. Tasks from .vscode/tasks.json are displayed correctly.

creage avatar May 08 '20 09:05 creage

is this a new type of file? never saw that before, but then again havent been staying up to date with Code related things lately. I will look into it as soon as I can get some free time

spmeesseman avatar Jun 15 '20 15:06 spmeesseman

@spmeesseman the *.code-workspace files are workspace configuration files that can be distributed on repo's :wink: (These files can setup multi root workspaces)

PS: Please also check why it is not listing targets defined inside makefile(s) that are been included from the main Makefile, or one of the included ones, using:

include filename-of-sub-makefile

TriMoon avatar Jul 14 '20 13:07 TriMoon