Gregg Tavares 5 years ago
parent
commit
252e3536f4
1 changed files with 4 additions and 1 deletions
  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"
+      }
     }
   ]
 }