julia-vscode / SymbolServer.jl

Other
22 stars 31 forks source link

fix read_manifest #237

Closed pfitzseb closed 2 years ago

pfitzseb commented 2 years ago

Fixes https://github.com/julia-vscode/crashreporting-issues/issues/41. Fixes https://github.com/julia-vscode/crashreporting-issues/issues/42.

We don't care about any errors in that call to Pkg.API.read_manifest -- there's nothing we can do about them and no way to recover from them more gracefully.