Hi
I would like to switch to the upcoming release of Julia (1.15-rc-2) and use, e.g., @NamedTuple
.
Currently, the linter will complain about @NamedTuple{a:Int, b:Int}
saying that a,b
are missing references.
(1) I’m sure there’s some branch or whatnot of one of the julia-vscode repositories that I have to choose us some experimental adaption of julia-vscode to the Julia pre-release?
(2) Do I just Pkg-add that branch, or what’s the way to use it?