CADViewComponent/.vscode/launch.json
ChenX ba3e5cabfd 完成下列功能:
1.板件显示
2.板件选中状态
3.标注显示
4.相机控制.
2018-05-24 17:13:23 +08:00

16 lines
471 B
JSON

{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "启动 Chrome 并打开 localhost",
"url": "http://localhost:666",
"webRoot": "${workspaceFolder}"
}
]
}