mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.45k stars 292 forks source link

Consider option to mute success notification on Node discovery? #1043

Closed aaronsteers closed 1 year ago

aaronsteers commented 1 year ago

Could we consider an option to mute this? Especially since failure to discover Node should result in a warning, it would be nice to mute this - or provide an setting option that allows users mute it.

For context, I am suggesting the installation of SQLTools in a "sometimes-devcontainer-but-sometimes-local" scenario where the actual location of Node is unknown, so I can't simply override the Node path. I would nevertheless like to silence this notification to reduce notification fatigue overall during launch:

image

https://github.com/mtxr/vscode-sqltools/blob/3e7bbb1e8d9f1e387e8ef3e267503018e96f9200/packages/extension/src/language-client/client.ts#L107