Elian H. Thiele-Evans

Results 60 comments of Elian H. Thiele-Evans

I've done a bit of work on this recently. I've successfully retrieved a list of paths, versions, and architectures on Linux so hopefully implementation isn't too far off. Just looking...

Thanks. Regarding radian, I've played around with setting the R_BINARY environment value, which appears to work + is relatively unobtrusive. This would be accessed via the provided R terminal profile....

I can sympathise with the frustration. The issue by-in-large is likely with regard to the use of conda environments, which have historically had issues with this extension. Hopefully this will...

Still WIP but getting there: ![select](https://user-images.githubusercontent.com/60372411/175861961-a0d1cad8-9bd8-404c-bd14-ade96c0f4e35.gif)

Yep, the R version is set on a workspace basis, so each time you open it up it will use the version that you set. If there isn't one set...

When you say project folder basis, what kind of setup do you mean? Something like: - workspace - ProjectA - ProjectB - ProjectC

Alright, I getcha. I'll have to look at how python handles the languageserver sessions

I think this would be interesting to revisit given the maturity of the session watcher, the existence of r-universe, and the ability to check for missing packages (i.e. language server)...

i'm a little iffy on how broad the url regex should be, because i don't want it to trigger on just any url that might pop up in the output...

I'm reasonably happy with the executable UI & the executable locator services. main issue for this PR right now are conda activation (seems a little fragile in terms of how...