Skip to content
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 launch configuration and task for development with yarn for use with visual studio code #387

Open
wants to merge 8 commits into
base: development
Choose a base branch
from

Conversation

Aholicknight
Copy link

This pull request includes several changes to improve the development workflow for Visual Studio Code users. The changes introduce new configurations for running and debugging the project, as well as updating the documentation to reflect these new options.

Code_-_Insiders_20250215_JFR7cn69LH
Code_-_Insiders_20250216_BqQD39ZLL6

Improvements to VS Code configuration:

  • .vscode/launch.json: Added a new launch configuration to run the project using yarn dev in the integrated terminal. Launching this way also attaches the debugger.
  • .vscode/tasks.json: Added a new task to install yarn dependencies.

Documentation updates:

  • README.md: Updated the documentation to include instructions for running tasks and debugging the project using Visual Studio Code.

@Aholicknight Aholicknight changed the title add launch configuration and task for development with yarn add launch configuration and task for development with yarn for use with visual studio code Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant