Open
Description
Current Behavior
In two separate blocks open two different files with the same name, but on different locations (e.g.: /dir_a/Dockerfile, /dir_b/Dockerfile).
Changes in one file will be actively applied to the other file. Additionally when closing block of one file, the block of the second file will become empty.
Expected Behavior
Changes in one file are not transferred to another file of the same name, but of different path.
Steps To Reproduce
- Open file A (
/dir_a/Dockerfile
) - In a separate block open file B with the same file name as file A (
/dir_b/Dockerfile
) - Edit file A or B
Wave Version
Client Version 0.11.2 (202503082051) Update Channel: latest
Platform
Linux
OS Version/Distribution
Pop!_OS 22.04 (Ubuntu 22.04), GNOME 42.9, X11
Architecture
x64
Anything else?
No response
Questionnaire
- I'm interested in fixing this myself but don't know where to start
- I would like to fix and I have a solution
- I don't have time to fix this right now, but maybe later