Open javiertoledo opened 1 year ago
Hello, @javiertoledo can i work on this. And could you explain me a bit more about this plz.
Sure @Virajjai.
Here you can find the project template that Booster uses to initialize new projects: https://github.com/boostercloud/booster/tree/main/packages/cli/src/templates/project
The goal of this task is to add a default .vscode/launch.json
file like the one suggested in the issue description. This way, new projects generated will include the default launch file, so Booster apps will be automatically runnable with the VSCode debugger :-)
I'll assign you the task, thanks!
Feature Request
Add a
.vscode/launch.json
file to the default project template to ease out-of-the-box debugging in VSCodeThis is the configuration we generally use to start a debug session: