mbehr1 / dlt-logs

Visual Studio Code extension that adds support to open DLT (genivi, AUTOSAR) diagnostic log and trace files with lifecycle detection, filters, time-sync, etc.
Other
15 stars 9 forks source link

fix: toggle sort order triggers no update of the document #184

Closed mbehr1 closed 8 months ago

mbehr1 commented 8 months ago

Root cause where cases where due to the different order the text length did not change. Those cases did not lead to updates. Fixed by explicitly updating "mtime" on any text change.

mbehr1 commented 8 months ago

fixes issue: #181