Gregg Tavares 5 năm trước cách đây
mục cha
commit
252e3536f4
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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"
+      }
     }
   ]
 }