Describe the bug
When doing copy paste from the builtin file explorer, pasting file with the same name as file already present in that directory does nothing.
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior (case 1, too long file path):
- Prompt for paste confirmation must not be disabled
- Copy and paste the same file in the same directory
- Paste file confirmation dialog pops up
- Confirm paste operation
- The file does not paste (at least in some cases)
Steps to reproduce the behavior (case 2, workspace directory):
- Prompt for paste confirmation must not be disabled
- Copy and paste the same file in workspace directory
- Copy of the file is pasted into the directory
- Paste file confirmation dialog pops up
- Confirm paste operation
- Second copy of the file is pasted into the directory
Expected behavior
Creation of single copy of the copied file.
Desktop
- OS: Windiows 11 25H2
- Architecture: x86_64
- Version: 1.126.04524
Additional context
For case 1:
The behaviour seems to be due to too long file path, as when I changed all folder names to single letters the file copy worked correctly.
Copying to different folder works fine, but copying file to folder which already has file with that name does not create a copy.
ADDED : when paste confirmation prompt is disabled the copy paste in builtin file explorer works correctly.
Describe the bug
When doing copy paste from the builtin file explorer, pasting file with the same name as file already present in that directory does nothing.
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior (case 1, too long file path):
Steps to reproduce the behavior (case 2, workspace directory):
Expected behavior
Creation of single copy of the copied file.
Desktop
Additional context
For case 1:
The behaviour seems to be due to too long file path, as when I changed all folder names to single letters the file copy worked correctly.
Copying to different folder works fine, but copying file to folder which already has file with that name does not create a copy.
ADDED : when paste confirmation prompt is disabled the copy paste in builtin file explorer works correctly.