소스 검색

【feat】【第二版开发】

1.增加开发环境配置
ChenYL 1 년 전
부모
커밋
8fa9c3fbf4
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      .vscode/launch.json

+ 7 - 0
.vscode/launch.json

@@ -4,6 +4,13 @@
     // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
     "version": "0.2.0",
     "configurations": [
+        {
+            "type": "node-terminal",
+            "name": "开发环境",
+            "request": "launch",
+            "command": "npm run dev:custom wp-dev",
+            "cwd": "${workspaceFolder}"
+        },
         {
             "type": "node-terminal",
             "name": "SIT测试环境",