Silind-Software / direflow

🧩 Use the best of two worlds. Create fast, performant, native Web Components using React.
https://direflow.io
MIT License
501 stars 78 forks source link

Add questions for VSCode Launch.json as part of CLI flow #175

Open SimonHoiberg opened 4 years ago

SimonHoiberg commented 4 years ago

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

SimonHoiberg commented 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:

Manaswini1832 commented 4 years ago

Hey Simon! I'd like to work on this issue. Could you assign it to me?

SimonHoiberg commented 4 years ago

That's great! :star_struck: There you go! Let me know if you have any questions!

Manaswini1832 commented 4 years ago

Sure! Thank you!