Every time I change any of the settings in VSCode, the command plate to come up with "null password (Press 'Enter' to confirm or 'Escape' to cancel)". Hitting enter is enough to make things work fine, however, it is still annoying. I am not sure of the reason behind this and was wondering if anybody came across something similar.
I asked about this on StackOverflow, and a member of the community who faced the same issue tracked it down to this line of code: https://github.com/mtxr/vscode-sqltools/blob/0865cf0/src/sqltools.ts#L419-L424.
His solution was:
Putting this in my settings.json made the extension stop prompting me:
"sqltools.autoConnectTo": "blah",
(The default value is null. Putting a string somehow causes it to generate an error in the console but whatever, it solves the problem.)
+1
(I was the one who posted the quoted answer. Thanks @Ahmad-Magdy-Osman for asking it!)
+1
Sorry for my late reply guys.
I'll try to fix it till the weekend, okay?
Thanks!
Most helpful comment
Sorry for my late reply guys.
I'll try to fix it till the weekend, okay?
Thanks!