-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a .vscode/launch.json file to the default project template to ease out-of-the-box debugging in VSCode. #1544
base: main
Are you sure you want to change the base?
Conversation
PR Summary
|
Hi there, I’m a first-time contributor and I’m encountering an issue with workflow access. The GitHub Actions workflow requires permissions that I might not have. Could you please provide guidance on how to proceed? Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks for the change! I just removed a couple of white lines. It'd be nice if you could add a test to check that the launch.json file was created. You can add a line with the check here: https://github.com/boostercloud/booster/blob/main/packages/cli/test/services/project-initializer.test.ts#L80
Once you add the test I can enable the workflow runs
I have added test you can check it out. |
Description
Added a .vscode/launch.json file to the default project template to ease out-of-the-box debugging in VSCode
Changes
-made launch.json template.
-added to project-initializer.