Endevor creates extra level when element is updated from VSCode
ex :
+0104 * Catalogue des COPYBOOKs Architecture
+0103-0104# * Catalogue des COPYBOOKs Architecture
Changes can't be identified.
Release : all
Component : Endevor Software Change Manager
Trailing blank are causing the issue.
Issue occurs with RECFM=VB for BASE library, here are the possible 2 solutions:
1. Use RECFM=FB for BASE library. in that case Endevor source manager ignores trailing spaces during update.
2. When trimTrailingWhitespace option (Files: Trim Trailing Whitespace) in VSCode is enabled, it automatically removes trailing spaces when saving the file. So just uncheck it and it should leave trailing spaces.