LinearAlgebra package not being parsed by LanguageServer.jl

Hello, good evening.

Im facing a problem with julia LanguageServer.jl.

LanguageServer parses and autocomplete all packages, but LinearAlgebra dont. I dont know whats happening with LSP and why it is not autocompleting, or parsing LinearAlgebra package.

Is LinearAlgebra listed in your Project.toml? Although you can import standard libraries without adding them there (since they are in lower parts of the environment stack), the language server must find them there to see that they are part of your project.

1 Like

Related

1 Like

This solved.