octref / polacode

📸 Polaroid for your code
https://marketplace.visualstudio.com/items?itemName=pnp.polacode
6.82k stars 183 forks source link

Can't copy (perhaps because of vscodevim) #155

Open lars-vc opened 3 years ago

lars-vc commented 3 years ago

i have seen issues #41 , #35 but even after adding

 "vim.overrideCopy": false

to my settings.json, it still doesnt seem to work. Selecting, copying, pasting it all doesnt make it appear in the polarcode tab

wanzzhehe commented 3 years ago

same problem

xchrix commented 2 months ago

I meet same problem:

When I activate 'Vim' plugin, and use v to select some code. Then I test y and "+y to copy code, they can copy plain text only. I can use y and "+y to copy code to other editor, but can't copy code into Polacode.

I add follow to my settings.json, and meet above issue again

 "vim.overrideCopy": false