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
13 stars 3 forks source link

Minimise platform specific code checks #103

Closed simondotm closed 6 months ago

simondotm commented 6 months ago

We have a few bits of code that are checking for specific platforms: https://github.com/search?q=repo%3Asimondotm%2Fbeeb-vsc%20win32&type=code

Needs must and all that, but let's see if we can find ways to avoid this. 👍