Pytask VS Code ExtensionThe Extension integrates Pytask into the VS Code Test Explorer. It will discover all tasks inside the current working folder and you will be able to run them all at once by clicking "Run Pytask" inside the Test Explorer UI. The pytask output from your run will appear inside the Pytask Output Channel. You can also use pytasks debug functionality by clicking on "Debug Tasks". This will make pytask stop and start debugging on the first error it encounters. Then a mock console will appear through which you can interact with the debugger. Installation
Running the ExtensionRequires VS Code Python Extension and a python environment that can run pytask. |