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
feat(comment): first minimal version of comments #207
This allows to add comments (using the small '+' icon at the start of every log line) to a single log or a selected block of logs.
The comments can then be exported to the clipboard in Markup code, i.e. the log lines will be embedded in a {noformat} block. Currently comments are persisted only in the globalState of the extension so only on the local machine.
As storage key the URI (so indirectly the path/name of the files) are used. They comments are purged/deleted after >30days.
This allows to add comments (using the small '+' icon at the start of every log line) to a single log or a selected block of logs. The comments can then be exported to the clipboard in Markup code, i.e. the log lines will be embedded in a {noformat} block. Currently comments are persisted only in the globalState of the extension so only on the local machine. As storage key the URI (so indirectly the path/name of the files) are used. They comments are purged/deleted after >30days.