-
Notifications
You must be signed in to change notification settings - Fork 763
Open
Description
I'm moving away from rstudio towards vscode. Unfortunately, function like test_active_file
still doesn't work on vscode. I guess it is because it relies on rstudioapi to detect what file is active.
This is the error message if i try to run test_active_file
:
Error in rstudioapi::executeCommand("activateConsole", quiet = TRUE) :
This {rstudioapi} function is not currently implemented for VSCode.
The alternative is to use test_file
, but even then the error persist. Plus, it was already deprecated post 2.4.0.
Happy to consider alternative way of running a test on just a single file that does not rely on rstudio.
Metadata
Metadata
Assignees
Labels
No labels