Sebastian Pfitzner
Sebastian Pfitzner
This needs [upstream support](https://github.com/MicrosoftDocs/live-share/issues/2896).
 The extension is now live-share enabled, so this basic functionality works just fine now. Should probably take a look at properly synchronizing the plot pane, but maybe...
This would be cool to have, but also is really hard. The issue is that it's basically impossible to automatically determine which functions are higher-order functions. That's an issue because...
We can probably do something about this with the [vsls API](https://www.npmjs.com/package/vsls) ([docs](https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/extensions)), namely by informing guests about new plots via `postActivity`. Unrelated, but did you notice any other parts of...
Turns out we'll have to wait for Microsoft to white list this extension so we can use vsls at all.
I don't think Juno displayed the time spent on any line. Are absolute times actually interesting though? AFAICT the only way to approximate those is to calculate `samples*delay`, which, by...
> Frustratingly, I can't seem to find the commit that changed this behavior https://github.com/julia-vscode/julia-vscode/pull/2674
You're free to use whatever existing tool you want. PProf.jl for example should have a table view. You can also use ChromeProfileFormat.jl directly to produce `.cpuprofile` files, which you can...
Ref https://github.com/JuliaGPU/CUDA.jl/issues/875.
I can't repro this. Neither in the REPL nor via inline evaluation (with [email protected], Julia 1.6.0 and the latest version of the extension).