Use julia-vscode with upcoming release of Julia

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?

I’m pretty sure we just don’t support that yet. Could you open an issue over at CSTParser.jl?

https://github.com/julia-vscode/CSTParser.jl/issues/202#issue-670703619

1 Like