UNPKG

@anansi/generator-js

Version:
15 lines (14 loc) 311 B
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http<% if (devssl) { %>s<% } %>://localhost:8080", "webRoot": "${workspaceFolder}", "preLaunchTask":"npm: start", "sourceMaps": true } ] }