ugosan / vscode-openpgp

This extensions implements OpenPGP in VSCode, allowing you to encrypt and decrypt files using public and private keys.
3 stars 0 forks source link

If no keys have been created, encrypt doesn't work #5

Closed JeffMill closed 2 years ago

JeffMill commented 3 years ago

If no keys have been created yet (using "OpenPGP: New Private Key...") and I choose "OpenPGP: Encrypt File ...", nothing happens. I'd expect it to warn that no keys have been created yet.

ugosan commented 3 years ago

That makes a lot of sense, @JeffMill I will fix that in the next release for sure