formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
218 stars 59 forks source link

Keytar removed from VSCode #206

Closed 0xSQrL closed 10 months ago

0xSQrL commented 10 months ago

https://code.visualstudio.com/updates/v1_83

This plugin is broken due to the removal of keytar from VS Code in the September 2023 update.

Databases do not show up, and a message appears stating Cannot read properties of null (reading 'getPassword')

0xSQrL commented 10 months ago

Fixed in PR https://github.com/formulahendry/vscode-mysql/pull/207