David Anthoff

Results 674 comments of David Anthoff

I think roughly the strategy would be that we pass the content of `JULIA_LOAD_PATH` env variable "through" the LS process to the symbol server process. In particular, we want the...

@ufechner7 it might, certainly worth a try!

Ah, ok, I guess there is another issue: in symbol server we load all the packages that are specified in the env, but of course the packages in `LOAD_PATH` aren't...

If an issue is on the Backlog milestone it means no one is working on it right now and the core team (@ZacLN and I) currently don't have a timeline...

I do think that modifying `JULIA_LOAD_PATH` is not common and not really encouraged. Obviously it works, and it would be nicer if we properly supported it.

Yeah, sorry, I really don't want to give the impression that we don't want to support this, I do! I also know how, hopefully I'll find the time to squeeze...

Alright, I'm trying to understand the scenario here a bit better, would be great if those folks in this thread that use this kind of setup could help me understand...

Awesome, this is super helpful! Couple more questions: @norru which folder do you open as the root in VS Code? Presumably you open `monorepo_root`, right? @stakaz in your workflow, I...

Now, why on earth does that work? We should never run user code in the LS, so I would have thought that with any recent version of the extension, the...

So I honestly don't understand why this would work...