mtxr / vscode-sqltools

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

Disable node runtime popup #1263

Closed fonnesbeck closed 6 months ago

fonnesbeck commented 6 months ago

It would be nice to be able to disable the node runtime detected popup that appears every time I start VSCode with the SQLTools extension enabled. Its fine to get a popup when there is an issue, but announcing the runtime that is detected every time I start up the editor is too much, especially when the popup has to be manually closed.

gjsjohnmurray commented 6 months ago

Is the sqltools.disableNodeDetectNotifications setting what you need?

fonnesbeck commented 6 months ago

Sounds right. Thanks!