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

"Prompt" is not starting during VS Code debug session #193

Open
VladimirAmiorkov opened this issue Dec 4, 2018 · 0 comments
Open

"Prompt" is not starting during VS Code debug session #193

VladimirAmiorkov opened this issue Dec 4, 2018 · 0 comments

Comments

@VladimirAmiorkov
Copy link

VladimirAmiorkov commented Dec 4, 2018

When I start a debug session and I get to the prompt.get() the function inside the get is never hit. If I start the same js file directly with node it works as expected.
I do:

var prompt = require('prompt');

prompt.start();
prompt.get({
    name: 'variableA',
    description: "Set variableA"
}, function (err, result) {
 // Not hit
});

Am I doing something wrong here? Here is my info:

"dependencies": {
		"prompt": "^1.0.0"
	}
$ node --version
v10.13.0

VS Code version: Version 1.29.1 (1.29.1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant