粘贴复制官方模板到lauch.json(第一位)
{
"name": "Launch index.html (disable sourcemaps)",
"type": "chrome",
"request": "launch",
"sourceMaps": false,
"file": "${workspaceRoot}/index.html" #这儿可以把index.html去掉
},
粘贴复制官方模板到lauch.json(第一位)
{
"name": "Launch index.html (disable sourcemaps)",
"type": "chrome",
"request": "launch",
"sourceMaps": false,
"file": "${workspaceRoot}/index.html" #这儿可以把index.html去掉
},