Gregg Tavares 5 年之前
父节点
当前提交
252e3536f4
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      .vscode/launch.json

+ 4 - 1
.vscode/launch.json

@@ -9,9 +9,12 @@
       "type": "node",
       "request": "launch",
       "name": "Build Lessons",
-      "program": "${workspaceFolder}/node_modules/grunt-cli/bin/grunt",
+      "program": "${workspaceFolder}/node_modules/grunt/bin/grunt",
       "args": ["buildlessons"],
       "console": "internalConsole",
+      "env": {
+        "ARTICLE_FILTER": "tips"
+      }
     }
   ]
 }