fuzzc0re / electron-svelte-typescript

Advanced template for Electron apps with Svelte and Typescript.
MIT License
44 stars 4 forks source link

VSCode run and debug task #19

Open leumasme opened 2 years ago

leumasme commented 2 years ago

It would be useful to have a VSCode launch.json entry that starts Electron (with auto-compilation and auto reload?) and attaches the VSCode debugger to it so that the chrome devtools don't have to be used. I've tried fiddling around with the launch.json a bit, but couldn't make a task work that properly accomplishes this. I think it would also be a good addition to the template.

fuzzc0re commented 2 years ago

This is a very nice idea! Can you open a pull request with the work that you have done until now and maybe I or someone else can make adjustments?