Bobae Kim

Results 2 comments of Bobae Kim

@ahammond I think it's not `vscode-git-graph` problem but `vscode` problem. Please refer to [the issue here](https://github.com/microsoft/vscode/issues/128649) I had the same problem, but when I completely shut down vscode and restarted...

I think this problem is still happening. The same problem occurs when multiple data are saved using `@Transactional` method. ```kotlin // above example Flux ... .flatMap { prefectureRepository.save(it.copy(regionIds = editPrefectureRegionsCommand.regionIds))...