Gregg Tavares %!s(int64=5) %!d(string=hai) anos
pai
achega
252e3536f4
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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"
+      }
     }
   ]
 }