Please _thumbs-up_ 馃憤 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
hit yy
copy to clipboard
just copied inside the very vscode instance itself
Set useSystemClioboard to true. From our readme:
useSystemClipboard
Enable yanking to the system clipboard by default
Type: Boolean (Default: false)
Note: Linux users must have xclip installed
Unfortunately, Vim does not copy to clipboard by default, which is why this setting is off by default. But hey, it's a setting! Do whatever you want with it. :)
thank you its great :)
Be careful, there is a typo in first line of @jpoon's comment, it's 'useSystemClipboard' not 'useSystemClioboard' he metioned. 馃槀
Most helpful comment
Set useSystemClioboard to true. From our readme:
useSystemClipboard
Enable yanking to the system clipboard by default
Type: Boolean (Default: false)
Note: Linux users must have xclip installed