autometrics-dev / vscode-autometrics

A vscode extension to extract information from your autometrics enabled code.
https://marketplace.visualstudio.com/items?itemName=Fiberplane.autometrics
MIT License
13 stars 2 forks source link

Display error "toast" if we cannot connect to Prometheus #18

Closed arendjr closed 1 year ago

arendjr commented 1 year ago

We should make sure that if Prometheus isn't configured yet or correctly, that we give some proper feedback to the user. Most likely we want to opt for a toast-like notification, which are built into VS Code. Clicking it should open the settings page.