indiekit icon indicating copy to clipboard operation
indiekit copied to clipboard

VS Code launch configuration to debug the user's Indiekit installation

Open jackdbd opened this issue 1 year ago • 1 comments

This PR adds a template for a VS Code launch configuration that will be will materialize at .vscode/launch.json in the user's Indiekit installation after they run the create-indiekit CLI.

This file will allow the user to just press F5 and start debugging their Indiekit installation.

debug-indiekit

jackdbd avatar Oct 15 '24 22:10 jackdbd

This is really interesting, and can see how it would help people onboard to the project! That said, I think it should be optional, much like adding Docker files to a project. We can do this by asking something like ‘Would you like to enable debugging in VS Code?’ as the final setup prompt.

I agree. Better to make it optional like Docker.

jackdbd avatar Oct 21 '24 19:10 jackdbd