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

fix(development): Set outfiles in launch task #104

Closed tommy9 closed 5 months ago

tommy9 commented 5 months ago

I noticed that breakpoints couldn't be set from the typescript files for the server process and was having to set breakpoints in the bundled server.js instead. Turns out to be a trivial fix to the launch.json task to set the outFiles to the new dist path.