You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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
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
andeslint
. So I'm asking to you where options for aforementioned?Thank you!
The text was updated successfully, but these errors were encountered: