Sync skips removes that come from remote if the file locally is newer. This leads to problems, such as renaming the file remotely is not possible and removing the file remotely.
How to reproduce:
- Create new DevSpace with main.go (hello world working example) and go as programming language
- Startup DevSpace
- Remove main.go remotely
Sync skips removes that come from remote if the file locally is newer. This leads to problems, such as renaming the file remotely is not possible and removing the file remotely.
How to reproduce: