Sebastian Pfitzner

Results 704 comments of Sebastian Pfitzner

Ok, this doesn't work. I'll push a commit that gets us half way there, but it's crazy to have to wrap every primitive into a `try/catch` and an `invokelatest`. The...

Let me take another look at this tomorrow. The commit I pushed should get us pretty far, but there still are world age errors in `iterate` somewhere. I'd really dislike...

I think that's a different case. Presumably the LS process is doing *something* (parsing/linting of files in your workspace). Can you check if there's a busy-looking Julia process when this...

For the VS Code extension, any non-Julia dependencies are a little annoying because we're trying to vendor everything. If porting utf8proc to Julia is feasible, then that'd be ideal I...

> It's an awful lot of hassle to go to in order to avoid "a little annoyance" for vscode, and to make it easier to support julia < 1.6 versions...

The proper solution to this is https://github.com/julia-vscode/julia-vscode/pull/2267.

I would generally not recommend using the Copy to Clipboard option, it's very finicky due to security concerns. It should usually work fine to explicitly click on the plot first...

> Also, I believe the command should work even if the plot panel isn't in focus. > @pfitzseb, should I modify its behavior to take call show before copying? I...

Yeah, looks like this is a Windows-specific error: https://github.com/julia-vscode/julia-vscode/issues/2477