提交 f511ac79 编写于 作者: R Rob Lourens

Add "launch"-type config to launch.json

上级 8679fbd4
......@@ -45,8 +45,14 @@
"type": "chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"outDir": "${workspaceRoot}/out"
"sourceMaps": true
},
{
"name": "Launch VSCode",
"type": "chrome",
"request": "launch",
"runtimeExecutable": "${workspaceRoot}/scripts/code.bat",
"sourceMaps": true
},
{
"name": "Convert css-schema to browser.js",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册