ASM/LIST separated
Pre-releaseThe new release of asm-code-lens has a new major number.
This is mainly because of the numerous internal changes.
For the user, in the best case, nothing changes.
What is different now is that the *.asm (and the like) files and the *.list files handling is more separated now.
There are different regular expressions searching the asm and list files, making the output more accurate.
The syntax highlighting for list files should also work better, although there are still some ambiguities which cannot be distinguished to 100%.
One change you might see is if you used the includeFiles in the settings.
These are not existing anymore.
Instead the vscode file association is used (this was anyway the default, so if you haven't changed it you will probably not notice it).
All files that are associated with the languageId "Assembler file" (asm-collection) are searched and syntax highlighted.
For list files there is a new languageId "Assembler list file" (asm-list-file).
This is a pre-release. You have to install the vsix directly via the command palette.
Please let me know (error report) if you encounter any problem.