Sebastian Pfitzner
Sebastian Pfitzner
https://www.julia-vscode.org/docs/stable/faq/#The-integrated-REPL-closes-when-the-Julia-process-crashes.-How-do-I-get-more-information-on-what's-going-on?
The environment is not tied to the Julia version, even if its name may correspond to the Julia version. Imho it'd be confusing for the environment selector to also change...
I'd like to support all Tables-compatible tables, yes. IIRC that was tricky to do without dependency issues, but I can't quite recall all the details.
This is specific to breakpoints in top-level blocks. ``` function my_fun(N) x = N * rand(10,10) y = N * rand(10,10) s = sum(x .+ y) return s end function...
Ref https://github.com/JuliaEditorSupport/atom-language-julia/issues/154. FWIW, I'm not sure how much effort I really want to put into new features for the textmate grammar instead of just implementing semantic highlighting at some point.
You can set the module for inline evaluation on a per-file basis with the module selector in the lower right corner.
The allocation profile viewer should already be in the latest release of the extension (if I didn't mess up while writing the [changelog](https://github.com/julia-vscode/julia-vscode/blob/master/CHANGELOG.md#1623---2022-05-24)). Should be as simple as a `@profview_allocs`...
Mh, not particularly a fan of this because people should just properly set up their system. Since that might be a bit unrealistic, we should presumably just go with this......
Can any of you share the code you were working on when this happened?
That's an error that got fixed in a more recent version, so you'll need to go back even further.