Hi all, I just published an update to the M100 Basic Extension.
https://marketplace.visualstudio.com/items?itemName=Grimakis.trs80-basic A few of the updates include: - Better and more detailed Warnings to aid LLM Coding Agents (and humans) - Additional Warnings for empty lines, out of order line numbers, and REM lines that have other lines that reference them (to prevent issues when comment stripping. - improved comment stripper (will not remove lines with references, will remove trailing comments) - fixed packer (bug that caused code lines to get packed onto comment lines) - added new tokenizer that you can run from vs code. Hopefully this helps anyone who is playing around with coding BASIC in VSC.
