simondotm / beeb-vsc

Visual Studio Code Extension to support code development for BBC Micro
https://marketplace.visualstudio.com/items?itemName=simondotm.beeb-vsc
MIT License
14 stars 3 forks source link

Enhance working with multi-source compilation #44

Closed tommy9 closed 8 months ago

tommy9 commented 9 months ago

I'd like to change the language server to work better in cases where there multiple targets for beebasm. E.g. someone is compiling a binary file with one source file then that gets imported with PUTFILE into another source file that is used to produce the disk image.

tommy9 commented 8 months ago

Closed by #71