VSCode下启用Debuuger for Chrome
2017-11-27 本文已影响0人
豆豆猫1031
粘贴复制官方模板到lauch.json(第一位)
{
"name": "Launch index.html (disable sourcemaps)",
"type": "chrome",
"request": "launch",
"sourceMaps": false,
"file": "${workspaceRoot}/index.html" #这儿可以把index.html去掉
},