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

vscode.tasks.executeTask(task) does not run dependencies #7516

Open
tsmaeder opened this issue Apr 7, 2020 · 0 comments
Open

vscode.tasks.executeTask(task) does not run dependencies #7516

tsmaeder opened this issue Apr 7, 2020 · 0 comments
Labels
bug bugs found in the application tasks issues related to the task system vscode issues related to VSCode compatibility

Comments

@tsmaeder
Copy link
Contributor

tsmaeder commented Apr 7, 2020

I cannot really test this because of #7514, but from my reading of the code, the VS Code API call 'executeTask` goes more or less directly to

async runTask(task: TaskConfiguration, option?: RunTaskOption): Promise<TaskInfo | undefined> {

This code path does not seem to consider dependent tasks at all. VS Code does.

@tsmaeder tsmaeder added bug bugs found in the application tasks issues related to the task system vscode issues related to VSCode compatibility labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application tasks issues related to the task system vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

1 participant