Jacob Egner
Jacob Egner
When using a path that uses an environment variable, the first thing to check is that the environment variable actually exists. My local system doesn't have `$ANDROID_SDK_ROOT`. I use `$ANDROID_HOME`...
If you want to see all your environment variables, you can do a PowerShell one-liner step in your yaml: `- pwsh: Get-ChildItem env:` (trailing colon is not a typo, try...
I believe I have the same issue using RLS v1.38.0 in VS Code. In particular, [I had to add](https://www.reddit.com/r/rust/comments/e4w40p/whats_everyone_working_on_this_week_492019/f9hs3xq/?context=3) a "use std::core::Into;" to get into() to be suggested for an...
#1707 fixed this and #1537, which I did not originally know was a duplicate
Thanks for looking into it and all your great work!
Ah. Still, thanks for looking into it.
I feel like I should have had more examples, but some of them should go in the advanced guide and this should be a good enough start anyway. Feel free...
Some notes from talking with @josharian ... Agreed and fairly straightforward: - move useful actions/modifiers sections to top (and change intro a bit). - terser section titles even if less...
@pokey I think it is ready for you to look again.
I'm semi-back from other stuff. I think you last mentioned about breaking the PR into smaller chunks, and it makes sense for the author to do it as they work,...