VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.73k stars 1.31k forks source link

"Unable to Copy from Debug Console to Clipboard in VSCode's Vim Mode" #9012

Open WSWZhh opened 4 months ago

WSWZhh commented 4 months ago

Describe the bug A cIn Visual Studio Code (VSCode) with Vim mode enabled, while the main editing interface operates normally, it is not possible to copy content from the built-in debug console to the clipboard. and ? To Reproduce /I have set this feature in the user JSON: "vim.useSystemClipboard": true }to Copy content to the system clipboard /

  1. Go to '...'
  2. Click on 'y','yy'... 3.Go to a browser and ctrl+v 4.Cannot paste the previously copied content

Screenshots image Environment (please complete the following information):

Additional context If the cursor is placed on built-in debug console , it seems that it cannot be converted from normal mode to other modes.

Buri04 commented 2 months ago

Experiencing the exactly same issue