During precompilation of Debugger.jl and transiently during debugging, I see multiple warnings of this form:
failed to highlight code, ErrorException("Language 'julia' requires package 'tree_sitter_julia_jll'. Install with: Pkg.add(\"tree_sitter_julia_jll\")")
Is this something that should have been installed automatically? If it's intended to be optional, perhaps the README's installation section should describe it.
During precompilation of Debugger.jl and transiently during debugging, I see multiple warnings of this form:
Is this something that should have been installed automatically? If it's intended to be optional, perhaps the README's installation section should describe it.