-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Duplicated Task / Inconsistent Naming / Missing Details #167061
Comments
What you have described suggests you have two tasks like the above configured. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Let's meet and discuss this, as it consistently reproduces for me. |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
I see why you were confused by this @hediet , as the tasks are detected from many places within that particular workspace. Please let me know if you have any other questions |
Consulted with @alexr00 and in this case, we'd expect those to be merged into one, but the |
I'd expect Also, I just tested this with Thus it seems this is a regression. |
The trailing slash in An unfortunate side effect of fixing the trailing slash bug is that now some tasks.json files where the tasks were created during a time where the An extension provided task, such as an |
Ahh, that makes sense. |
Your task with the trailing slash should still work (mitigating the issue), but we can't really merge them without making core VS Code have specific knowledge of how npm tasks work. |
Steps Bug 1:
Tasks: Run Task
Actual result:
Expected result:
npm: dev - extension
should not appear twicenpm: dev - webview
Steps Bug 2:
dev - extension
tasks (kill the other before running each)tasks.json
(VS Code shows the loading indicator forever in that case)Steps Bug 3:
vscode.tasks.fetchTasks
to query all tasksnpm: dev - extension
(as configured in tasks.json) and the other is justdev - extension
Probably all bugs have the same source, thus filing just one issue.
The text was updated successfully, but these errors were encountered: