srares13 / keyboard-cursors-and-selections

Create arbitrary cursors and selections with the keyboard.
MIT License
5 stars 0 forks source link

Uniquely identify editors with the same file #2

Open srares13 opened 1 year ago

srares13 commented 1 year ago

The VS Code Extension API does not provide a built-in way to uniquely identify editors which have the same file. Hence, the inactive selections once set on an editor, they will appear on the other editors which have the same file.