mtxr / vscode-sqltools

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

Unnecessary notifications on every VS Code boot #1106

Closed fulldecent closed 1 year ago

fulldecent commented 1 year ago
Screenshot 2023-02-08 at 12 43 43
gjsjohnmurray commented 1 year ago

In VS Code's Settings Editor please search for sqltools.disableNodeDetectNotifications and set the checkbox.

Does that resolve the issue?

fulldecent commented 1 year ago

Thank you. I just tried there. The checkbox was not available, I manually edited the file and then it was not recognized:

Screenshot 2023-02-09 at 10 42 55 Screenshot 2023-02-09 at 10 42 49

gjsjohnmurray commented 1 year ago

What version of the extension are you using?

fulldecent commented 1 year ago

0.26.0

Screenshot 2023-02-09 at 12 40 40

gjsjohnmurray commented 1 year ago

The current version on Marketplace is 0.27.1

https://marketplace.visualstudio.com/items?itemName=mtxr.sqltools

Please tell VS Code to check for extension updates. If 0.27.1 doesn't show up please confirm you VS Code version details.

fulldecent commented 1 year ago

Hmm maybe this new version is hidden on macOS. Or there might be some other configuration bug with VS Code marketplace.

Screenshot 2023-02-10 at 09 54 56 Screenshot 2023-02-10 at 09 55 55 Screenshot 2023-02-10 at 09 56 01 Screenshot 2023-02-10 at 09 56 05 Screenshot 2023-02-10 at 09 56 08
gjsjohnmurray commented 1 year ago

Your VS Code version is about 6 months behind the curve. Current is 1.75.1. The most recent version of SQLTools requires 1.72 minimum in order to use a new API.

fulldecent commented 1 year ago

Thank you, sorry, that was it! Not sure what's up but I fully uninstalled VS Code and reinstalled and it is good now with your extension working great!