konveyor / analyzer-lsp

Add-on that is focused on providing analysis based on the Language Server Protocol.
Apache License 2.0
12 stars 45 forks source link

:sparkles: Make providers return a builtin config so engine can look at updated locations #670

Closed shawn-hurley closed 3 months ago

shawn-hurley commented 3 months ago

Some providers can mutate the original location given in init config. For example, for binaries, java provider decompiles and uses the new decompiled path. This PR adds a way for providers to communicate updated locations back to the engine so builtin provider can be configured correctly without the user having to do it.