GPG Key Status Indicator and Unlocker for VS CodeShow the status of the GPG signing key for your project! You can also also unlock the key by clicking the status bar element. :D Or unlock the key through command palette. FeaturesThis extension will show the status of GPG signing key in status bar if your local
If the above conditions are both satisfied, there will be an indicator for your current signing key, together with a cute icon to tell whether the key is unlocked or not. When you click the indicator, you will be prompted for passphrase to unlock the key. Passphrase CacheSince VS Code 1.53, the
You can enable the After that, your key will be unlocked automatically whenever this extension is enabled. You can list or delete your cached passphrase by command anytime. When you disable the passphrase-cache option, the whole cache will be cleared. Requirements
Issues & ReviewsSubmit a issue if you found any problem. And please leave a comment in review page if you like this extension!! 😸 Extension Settings
Known IssuesSee issue page on GitHub if interested. FAQHow to get the key ID of my signing key?The key ID of the signing key can be retrieved by the command
Locate the key with singing capability (the Contributors
Release Notes0.7.2Fix a bug which breaks the passphrase cache function. 0.7.1Minor adjustment about config ID and message wording. 0.7.0Adopt Also i18n/l10n and untrusted workspace is supported. 0.6.2Allow trailing exclamation mark in signing key ID in Git configuration file. 0.6.1Fix bug for passphrases which contain 0.6.0Finally, remove the dependency of the binary tool, 0.5.0Support multi-root workspace and let user adjust status refresh interval. 0.4.0Unlock key through command palette directly (by MatthewCash), and minor bug fix. 0.3.5Fix some dependency issues 0.3.4Fix packaging issue which breaks version 0.3.3 0.3.3Enhance the message of error of lacking 0.3.2Remove the limitation of scope of Git configuration values. 0.3.1Add message for unlock action and fix security issue. 0.3.0Design and add icon for this package. 0.2.0User can unlock the key by clicking the status bar element. 0.1.0Initial release. User can check the status of project signing key. |