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

feat: File handling improvements #110

Closed tommy9 closed 6 months ago

tommy9 commented 6 months ago

Closes #107, will now produce relative paths in the settings.json file for beebasm targets. Still can process absolute paths for backwards compatibility or if someone manually updates it like that.

Closes #103, no platform specific code anymore as better use of existing path handling functionality within vscode packages.

Closes #106, we now scan the subfolders of the workspace folder to look for source code files to offer relative paths. This also means the E2E testing task should work for any one. Tested on Windows and Mac and seems good.