Small fixes Copilot caught

This commit is contained in:
Trenton H
2025-03-03 17:03:38 -08:00
parent ed91e8ab02
commit a7ae4e6a5d
3 changed files with 5 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ Once the DevContainer is up and running, perform the following steps:
You can start and debug backend services either as debugging sessions via `launch.json` or as tasks.
#### Using `launch.json`:
#### Using `launch.json`
1. Press `F5` or go to the **Run and Debug** view in VSCode.
2. Select the desired configuration:
@@ -93,7 +93,7 @@ You can start and debug backend services either as debugging sessions via `launc
- `Document Consumer`
- `Celery`
#### Using Tasks:
#### Using Tasks
1. Open the command palette:
- **Windows/Linux**: `Ctrl+Shift+P`