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

Cannot read property '_runner' of undefined #22606

Closed
vscodeerrors opened this issue Mar 14, 2017 · 5 comments
Closed

Cannot read property '_runner' of undefined #22606

vscodeerrors opened this issue Mar 14, 2017 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s)
Milestone

Comments

@dbaeumer dbaeumer added this to the March 2017 milestone Mar 15, 2017
@dbaeumer dbaeumer added the bug Issue identified by VS Code Team member as probable bug label Mar 15, 2017
@j55blanchet
Copy link

I think I may be running into this issue. See my stack overflow question: http://stackoverflow.com/questions/42823842/vscode-cant-launch-node-app

@dbaeumer
Copy link
Member

@j55blanchet can you share our project so that I can have a look. I looked at the SO post but it doesn't provide enough information. Our launch doesn't specify a preLaunchTask hence I don't understand why launching will ask the task framework to start anything.

@isidorn are you requesting to run a task even if no preLaunchTask is defined?

@isidorn
Copy link
Contributor

isidorn commented Mar 16, 2017

@dbaeumer no, I only talk to the task service if a preLaunchTask is defined in users launch.json
Code pointer https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/electron-browser/debugService.ts#L811

@dbaeumer dbaeumer added the info-needed Issue requires more information from poster label Mar 16, 2017
@j55blanchet
Copy link

@isidorn @dbaeumer I was being stupid, and had the wrong task selected in the debug mode dropdown. Sorry for the false alarm!

@dbaeumer
Copy link
Member

@j55blanchet thanks. I never the less added code to avoid the exception.

@dbaeumer dbaeumer added *duplicate Issue identified as a duplicate of another issue(s) and removed info-needed Issue requires more information from poster labels Mar 17, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
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 *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants