Skip to content

Instantly share code, notes, and snippets.

@adityawibisana
Last active April 22, 2019 14:31
Show Gist options
  • Save adityawibisana/05ea8fafe9a9317455ed0f8149b02347 to your computer and use it in GitHub Desktop.
Save adityawibisana/05ea8fafe9a9317455ed0f8149b02347 to your computer and use it in GitHub Desktop.
Launch.json file that works on VSCode 1.30.1, node 8, run via play button.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch in WSL",
"useWSL": true,
"program": "${workspaceFolder}/app.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment