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

plan to support babel-cli debugging? #535

Closed
ellemedit opened this issue Nov 24, 2015 · 3 comments
Closed

plan to support babel-cli debugging? #535

ellemedit opened this issue Nov 24, 2015 · 3 comments
Assignees
Labels
info-needed Issue requires more information from poster verified Verification succeeded

Comments

@ellemedit
Copy link

Hello.
VS Code supports only 'node' type. But it's not enough to test my project. I need to exec command directly such as babel and eslint. So I'm asking to you where options for aforementioned?

Thank you!

@isidorn isidorn self-assigned this Nov 24, 2015
@isidorn isidorn added the info-needed Issue requires more information from poster label Nov 24, 2015
@isidorn
Copy link
Contributor

isidorn commented Nov 24, 2015

Hello,

Did you try using the preLaunchTask in launch.json.
More details about debugging and preLaunchTask can be found here

@ellemedit
Copy link
Author

I saw about preLaunchTask. It looks need gulp tasks.
I just want to build purely as babel-node ./tools/run.js (https://babeljs.io/docs/usage/cli/)
babel actually can be executed in script side but I prefer command than gulp.

@isidorn
Copy link
Contributor

isidorn commented Nov 24, 2015

This should be possible by introducing a task that does just that.
Please read our tasks doc on how to do that.
Then you can reference this task from the preLaunchTask

@isidorn isidorn closed this as completed Nov 24, 2015
@isidorn isidorn added the verified Verification succeeded label Feb 26, 2016
@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
info-needed Issue requires more information from poster verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants