Task cannot be referenced from a launch configuration that is in a different workspace folder. #140003
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
I have a global launch configuration in my user settings. I also have user level tasks in the same directory where the user settings is.
The launch configuration has
preLaunch
andpostDebug
tasks that are in the user level tasks.json. ThepreLaunch
task works fine. ThepostDebug
task fails and gives the following error notification.The task works just fine when I change it to be a
preLaunch
task.A similar issue is reported #118528 previously.
The text was updated successfully, but these errors were encountered: