vscode-emacs-friendly
vscode-emacs-friendly copied to clipboard
Make it possible that yank overwrites selection correctly
README.md says that yank overwrites selection, but this feature doesn't work correctly. Maybe this is because editor.action.clipboardPasteAction
and emacs.exitMarkMode
are running in parallel using Promise.all.
In this pull request, I fixed yank to replace selection collectly.