Skip to content
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

Using dependsOn with custom tasks doesn't work #80964

Closed
alexr00 opened this issue Sep 16, 2019 · 1 comment
Closed

Using dependsOn with custom tasks doesn't work #80964

alexr00 opened this issue Sep 16, 2019 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded

Comments

@alexr00
Copy link
Member

alexr00 commented Sep 16, 2019

We are deleting the custom execution callback after the first task runs.

@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug tasks Task system issues labels Sep 16, 2019
@alexr00 alexr00 added this to the September 2019 milestone Sep 16, 2019
@alexr00 alexr00 self-assigned this Sep 16, 2019
@alexr00
Copy link
Member Author

alexr00 commented Oct 4, 2019

To verify, run the task provider extension sample and add this task to your tasks.json

        {
            "label": "My Task",
            "type": "shell",
            "command": "echo hello",
            "problemMatcher": [],
            "dependsOn": [
                "custombuildscript: 32 incremental",
                "custombuildscript: 64 incremental"
            ]
        }

Finally, run "My Task" and verify that both dependsOn tasks are run (check the terminal drop down and other task terminals to see all of them)

@Tyriar Tyriar added the verified Verification succeeded label Oct 4, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug tasks Task system issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants