运行和调试(debug)
.vscode/launch.json
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
插件
注释和待办
Better Comments
Bookmarks
Line Highlight Bookmark
TODO Tree
参考链接
2021-让vscode像webstorm一样好用的插件
WebStorm特殊注释标记(TODO、FIXME、自定义注释标记)