Open andycraig opened 5 years ago
Wouldn't this PR #38 fix this issue???
We could:
processx::process
to be sure to use the same R that is used for the server)devtools::load_all
in processx::process()
, maybe via a parameter. Could be really useful for dev.I could do a PR if you think that is a good idea.
This only affects development, not the end user.
To duplicate:
With
languageserver
not installed:Output is:
Then is no progress beyond that.
When
languageserver
is installed, unit tests complete as expected.@kforner says (#37):