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 configuration for running and debugging frontend and AI Shopping … #38

Conversation

pmalarme
Copy link
Collaborator

@pmalarme pmalarme commented Aug 29, 2023

Add configuration for running and debugging frontend and AI Shopping Cart Service for Visual Studio Code.

Purpose

  • Add run and debugging tasks for Visual Studio Code

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
  • Open Visual Studio Code
  • Update the properties of AI Shopping Cart Service

Debugging

  • Start debugging of Frontend
  • Start debugging of AI Shopping Cart Service
  • Check everything is running
  • Stop everything

Running

  • ctrl+shift+p
  • Tasks: Run Task
  • Run All
  • Check that both Frontend and AI Shopping Cart Service are running
  • Stop Frontend
  • ctrl+shift+p
  • Tasks: Run Task
  • Run Frontend
  • Check that both Frontend and AI Shopping Cart Service are running
  • Stop AI Shopping Cart Service
  • ctrl+shift+p
  • Tasks: Run Task
  • Run AI Shopping Cart Service
  • Check that both Frontend and AI Shopping Cart Service are running

What to Check

Verify that the following are valid

  • Local run is working
  • Local debugging is working

Other Information

@pmalarme pmalarme linked an issue Aug 29, 2023 that may be closed by this pull request
@pmalarme pmalarme added this to the 1.2.0 milestone Aug 29, 2023
@pmalarme pmalarme added tools: dev-container Everything related to the dev container configuration file automation: azd Azure Developer CLI labels Aug 29, 2023
…bugging of the frontend to be sure that dependencies are restored before the launch. This is not required for AI shopping cart service.
@github-actions github-actions bot removed tools: dev-container Everything related to the dev container configuration file automation: azd Azure Developer CLI labels Aug 31, 2023
@pmalarme
Copy link
Collaborator Author

Add a dependency to run the front-end and a pre-launch task for the debugging of the frontend to be sure that dependencies are restored before the launch. This is not required for AI shopping cart service.

@pmalarme pmalarme requested a review from aarthiem August 31, 2023 08:36
@pmalarme pmalarme added tools: dev-container Everything related to the dev container configuration file automation: azd Azure Developer CLI labels Aug 31, 2023
@pmalarme pmalarme merged commit ca53754 into main Sep 8, 2023
2 checks passed
@pmalarme pmalarme deleted the feature/34-unable-to-run-and-debug-locally-with-visual-studio-code branch September 8, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation: azd Azure Developer CLI tools: dev-container Everything related to the dev container configuration file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run and debug locally with Visual Studio Code
2 participants