ZIm/crates/extension_host/src
Michael Sloan 51585e770d
Contextualize errors from extensions with extension name and version (#32202)
Before this I'd get log lines like

> ERROR [project] missing `database_url` setting

Now it's:

> ERROR [project] from extension "Postgres Context Server" version
0.0.3: missing `database_url` setting

Release Notes:

- N/A
2025-06-06 14:47:46 -06:00
..
wasm_host debugger: Use DAP schema to configure daps (#30833) 2025-05-22 05:48:26 -04:00
extension_host.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
extension_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00
extension_store_test.rs Avoid re-querying language server completions when possible (#31872) 2025-06-02 22:19:09 +00:00
headless_host.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
wasm_host.rs Contextualize errors from extensions with extension name and version (#32202) 2025-06-06 14:47:46 -06:00