ソースを参照

【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测试环境",