赞
踩
参考链接:https://blog.csdn.net/arvin0/article/details/53673351
安装 Visual Studio Code 后,安装扩展:
从左侧栏进入调试模块,点击右上方的齿轮,生成 launch.json,内容为:
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。