vscode-taskexplorer
vscode-taskexplorer copied to clipboard
Tasks from workspace definition file are not listed
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.
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 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