vanillaes / .github

Vanilla ECMAScript. A home for ESM libraries, tooling, and educational resources.
8 stars 0 forks source link

Update Debug #6

Closed evanplaice closed 4 years ago

evanplaice commented 4 years ago

Standardize and update all debug configs

Checklist

Notes

launch.json

{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "This",
      "type": "node",
      "request": "launch",
      "runtimeVersion": "14.2.0",
      "program": "${file}"
    }
  ]
}