I have an old node.js project I wanted to use for trying out VSCode. I run it usually by running "coffee app.coffee" from the command line. I've configured my launch.json file, but VSCode runs "node app.coffee" instead. How can I tell it to use coffee instead of node?I have an old node.js project I wanted to use f