提交 fd1a22b5 编写于 作者: I isidor

launch.json: add 'Attach to VSCode' configuration.

上级 745ad4a5
......@@ -40,6 +40,14 @@
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "out"
},
{
"name": "Attach to VSCode",
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"outDir": "out"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册