标签: debugging visual-studio-code vscode-debugger
我想通过npm run启动“ Chrome调试器”扩展程序。我知道可以通过launch.json启动它,但是我想通过npm run来启动它。它应该打开http://localhost:8080。
npm run
launch.json
http://localhost:8080
该怎么做?