Open SimonHoiberg opened 4 years ago
This task is up for grabs during Hacktoberfest :raised_hands:
If you want to work on this task, please claim it here in the comments. Feel free to ask any questions here as well :blush:
Hey Simon! I'd like to work on this issue. Could you assign it to me?
That's great! :star_struck: There you go! Let me know if you have any questions!
Sure! Thank you!
Description
We want to add the option for a pre-made launch file for VSCode's inbuilt debugger. It should be a part of the CLI flow when running the
direflow create
command.The question should go as follows: "Do you want to add a 'launch' file for VSCode's debugger?"
If chosen "yes", the launch file should be included in the boilerplate.
If chosen "no" the launch file should be excluded in the boilerplate.
You can see how the current questions are implemented here
The launch file already exists in a separate branch, with these changes ready to be merged.
Get started
Start by checkout out a new branch from the vscode-launch-file branch. When finished, make a PR back to that branch with the changes.
See how to get started with Direflow in the contribution guide