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

Dev Feature - Create VS Code Build tasks and update build documentation #4895

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

TheJabuJabu
Copy link

@TheJabuJabu TheJabuJabu commented Jan 17, 2025

Added VS Code Build Tasks

  • Introduced VS Code tasks to improve build convenience for local development.
  • These tasks do not affect the existing build pipeline and are meant solely for developer ease.
  • The commands in these tasks are based on those outlined in the build documentation. Adjustments can be made if needed.

Usage Instructions

To run a task in VS Code:

Press Ctrl+P => Select Run Task => Choose one of the following tasks:

  • Setup CMake Project
  • Generate SOH OTR
  • Build Project
  • Build All (to execute all tasks sequentially)

Documentation Update

Corrected a typo in the build documentation

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.

2 participants