this question very similar like on Pasting data in multiple cursor mode but i still on issue/problem.
here is my engine
Version: 1.79.0-insider (Universal)
Commit: 70dcd62d397867fe03626f938139b834950a985c
Date: 2023-05-03T22:56:33.784Z
Electron: 22.4.8
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.3.0
Sandboxed: Yes
A). i hope with imgur can more describe what my issue .
case 1 (https://i.stack.imgur.com/Vn3Pt.jpg)
case 2 (https://i.stack.imgur.com/5vBhx.jpg)
I don't have a windows , so i can only describe on mac version.
B). here is the issue describe by text on my vscode i have code like these
const new_data = 'test'
hello_here
you_here
i have copied the word of test then i use command + option + arrow down ( ⌘ + ⌥ + ⬇ )
on _here
txt. ( on bottombar UI of vscode ) its defined 2 selections .
so its look like these
hello_|here
you_|here
|
its just my cursor , then i tried paste by ( ⌘ + v ).
the result is
hello_testhere
you_|here
what i expected is
hello_testhere
you_testhere
here is my keyboard setting filter by paste
( i never change anything )
Command
Notebook: Paste Cell Above notebook.cell.pasteAbove ⬆ ⌘ V
Paste editor.action.clipboardPasteAction ⌘ V
Terminal: Paste into Active Terminal workbench.action.terminal.paste ⌘ V
editor. changePasteType ⌘ .
execPaste ⌘ V
filesExplorer .paste ⌘ V
- already disable all extension of my vscode
- delete all my setting.json ( user / system )
- restart my laptop