瀏覽代碼

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