Skip to content

Instantly share code, notes, and snippets.

View wbern's full-sized avatar

William Bernting wbern

View GitHub Profile
@wbern
wbern / launch.json
Created May 19, 2020 09:10
Let you run unit tests with breakpoints in vscode, using vue-cli-service
{
{
"type": "node",
"request": "launch",
"name": "vue-cli-service test:unit (by open package.json)",
"runtimeExecutable": "node",
"autoAttachChildProcesses": false,
"cwd": "${fileDirname}",
"args": [
"${fileDirname}/vue-cli-service-debug-bin.js",