David Anthoff
David Anthoff
If we were to use those locations, then on Windows it should go into the `AppData\Local` not `AppData\Roaming` folder. BUT, given that Julia generally has not adopted XDG at this...
Well, the _really_ Windows native solution would be to use the platform logic infrastructure instead of log files. I'm pretty sure `tracing` has support for that. But at the end...
This would be amazing to have! Lots of use for it in the VS Code extension. Probably too late for 1.12?
It would still be great to have just one function that handles all the complexities of deciding how to set up the test env. I.e. if the workspace is there,...
Yeah, we've been talking about this on and off over the years, that we could augment the code completion we get from the static analysis in the LS with dynamic...
One other thought on this: I think this kind of dynamic completion is particularly helpful with code in the global context, in function I don't think it adds a lot....
Ah, yes, it assumes that `juliaup` is on the `PATH`... I assume that is also not on the `PATH`? We might need a config setting for that...
I think the "proper" solution would be for that package manager to install the juliaup package instead of raw Julia itself.
Yeah, we should definitely add an (optional) config value for the `juliaup` binary location.
Some relevant links for the next steps: - https://learn.microsoft.com/en-us/windows/uwp/launch-resume/hosted-apps#declare-a-hosted-app - https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/grant-identity-to-nonpackaged-apps