vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Explore the VSCode testing API to see if we can use it

Open ElianHugh opened this issue 3 years ago • 0 comments

Currently we use a task that runs devtools::test_all() for testing, which could be potentially be modified to use the testing API. It could also be used to expand what testing suites are used (e.g. tiny test).

Additional context A solid example of this is with the python extension: https://code.visualstudio.com/docs/python/testing

ElianHugh avatar Jun 24 '22 02:06 ElianHugh