瀏覽代碼

Update tasks.json

Addressed review comment
Tim Laing 2 年之前
父節點
當前提交
efa3d3e20f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -4,7 +4,7 @@
     {
       "label": "Install requirements",
       "type": "shell",
-      "command": "pip3 install -r requirements.txt;pip3 install -r requirements-dev.txt",
+      "command": "pip3 install -r requirements-dev.txt",
       "problemMatcher": []
     },
     {