Skip to content

Commit

Permalink
workflow: remove vscode/launch node port
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Nov 26, 2022
1 parent cf0a39e commit e74c9fa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .config/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@
"console": "integratedTerminal",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "node",
"runtimeArgs": [
"--experimental-specifier-resolution=node",
"--nolazy",
"--inspect-brk=9229",
"--loader",
"ts-node/esm",
"example/app.js"
],
"port": 9229
"runtimeArgs": ["--nolazy", "--inspect-brk=9229", "--loader", "ts-node/esm", "example/app.js"]
}
]
}

0 comments on commit e74c9fa

Please sign in to comment.