David Anthoff

Results 674 comments of David Anthoff

Yeah, so my position on this is that I want to make as few calls, designs etc. that are VS Code specific. In my ideal world I just call `PackageCompiler.create_sysimage(sysimage_path=sysimage_path,...

I don't expect this to be resolved anytime soon. The strategy is to support the new notebook features in the LSP, but that will require some work...

The entire design right now makes a lot of assumptions that the REPL will run on the same machine as the extension. We could explore an option to connect to...

Isn't the question then whether the extension code itself is also on a shared FS?

I have an even more basic question: at least on Windows named pipes can never cross a machine boundary, isn’t that the same on Linux? We would probably have to...

Didn't we conclude that this in general won't work across machines because named pipes don't support that?

I think if we wanted to support remote REPL processes we should a) do that properly via sockets and b) ideally do this once we have some kind of support...

I believe this might be possible once https://github.com/xtermjs/xterm.js/issues/614 is done.

This is the setting where the active Julia project (that one can select in the UI) is stored. It determines what environment LS is using, plus pretty much every other...

Have we made this lint an opt-in? I kind of think anything that can produce false positives should be opt-in.