Update vscode tasks

This commit is contained in:
David Stephens 2024-02-25 15:47:00 +00:00
parent 0c253f7807
commit 8e1c1348e9

10
.vscode/tasks.json vendored
View file

@ -28,16 +28,10 @@
"group": "test"
},
{
"label": "Serve docs locally (mkdocs serve)",
"label": "Run pytest",
"type": "shell",
"command": "mkdocs serve",
"command": "pytest --molecule-base-config=../../tests/molecule/base.yml",
"group": "test"
},
{
"label": "Deploy docs to GitHub (mkdocs gh-deploy)",
"type": "shell",
"command": "mkdocs gh-deploy",
"group": "build"
}
]
}