vscode-gpg icon indicating copy to clipboard operation
vscode-gpg copied to clipboard

Decrypt selection fails silently

Open dpsenner opened this issue 5 years ago • 2 comments

Steps to reproduce:

  1. Select text in a file
  2. CTRL+SHIFT+P
  3. GPG: Encrypt
  4. Select me as recipient
  5. Enter
  6. Select encrypted text
  7. CTL+SHIFT+P
  8. GPG: Decrypt
  9. Enter passphrase
  10. Enter

Expectations:

The selected encrypted text should be replaced by the decrypted plaintext.

What happens instead:

The selected encrypted text stays where it is.

dpsenner avatar Dec 18 '19 08:12 dpsenner

Hello @dpsenner, thanks for reporting. Could you check the lastest version of the extension. I have added the error messages that come from the gpg cli, having that information it will be easier to identify the issue.

jvalecillos avatar Jan 28 '20 14:01 jvalecillos

While I appreciate your efforts and am thankful for all the good OSS brings to the world, I do not have the time to further debug the situation. Sorry. I am using the GnuPG-Tool extension and it does satisfy my needs.

dpsenner avatar Jan 29 '20 08:01 dpsenner

Closed for inactivity. No more info is provided to reproduce the issue.

jvalecillos avatar Apr 25 '23 17:04 jvalecillos

@jvalecillos I just had a minute and gave this a try. When I attempt to decrypt a selection using GPG v1.1.0, it fails with:

image

dpsenner avatar May 11 '23 13:05 dpsenner