Borvik / vscode-postgres

PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
MIT License
228 stars 49 forks source link

Feature: Adding Command Line Support for Password Retrieval #248

Open rosspatil opened 8 months ago

rosspatil commented 8 months ago

Resolves #247 As a dedicated user of our VSCode extension for PostgreSQL, I've noticed a significant need within our organization for a feature that would greatly enhance the security and usability of the extension. Currently, our extension provides support for passwords from plain text. However, to further meet the evolving needs of our users, I propose adding support for retrieving passwords from the command line. Given the widespread usage of our extension within our organization, I strongly believe that this feature will be a valuable addition, enhancing both security and user experience.

Feedback and contributions from the community are welcome throughout the implementation process.

Benefits

Implementation details

rosspatil commented 8 months ago

@Borvik Happy to hear your feedback on it.