Selecting file in project explorer not changing focus to editor #234996
Closed as not planned
Description
opened on Dec 2, 2024
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.95.1
- OS Version: Windows 10
Steps to Reproduce:
- Click on a text file in the project explorer
- Mark some portions of the text for copy & paste but don't press "CTRL + C".
- In the project explorer click on another file
- Now click back into the first file and hit "CTRL + C" to copy the marked and highlighted text there
- Go into another file and hit "CTRL + V" for pasting
- What was pasted was the filename/filepath instead of the marked text in the first file
This behaviour is wrong. Every IDE I have used so far behaves as expected but not VS Code.
Activity