booster icon indicating copy to clipboard operation
booster copied to clipboard

Add a .vscode/launch.json file to the default project template to ease out-of-the-box debugging in VSCode.

Open Virajjai opened this issue 1 year ago • 3 comments

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.

Virajjai avatar Aug 06 '24 17:08 Virajjai

PR Summary

  • Introduction of .vscode/launch.json file This new file contains settings for starting the "Booster App", specifying what program to run (src/index.ts), the required tasks to perform before launching ("tsc: build"), where to find the output files (dist/**/*.js), and the environment settings for debugging. This makes it easier for developers to initiate the application in a debug environment.

  • Enhancements to the project-initializer.ts file Made changes to import and include the new 'launchJson.template' in files to be generated. These changes are part of optimizing the project initialization process.

  • Modifications to the project/index.ts file Updated to import and include the new 'launchJson.template'. This change helps to keep the record of available templates updated.

  • Addition of launch-json.ts in templates A new file that specifies what command to run when debugging. This simplifies the debugging process by pre-defining the necessary commands.

what-the-diff[bot] avatar Aug 06 '24 17:08 what-the-diff[bot]

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!

Virajjai avatar Aug 06 '24 17:08 Virajjai

I have added test you can check it out.

Virajjai avatar Aug 10 '24 09:08 Virajjai