Update daprdocs/content/en/developing-applications/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
jasonviviano 2021-07-22 13:18:30 -04:00 committed by GitHub
parent f9de90dd93
commit ac2c97d365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -54,9 +54,6 @@ The 3 main parameters each configuration will need is a `request`, `type` and `n
- `${workspaceFolder}` is a VS Code variable reference, equal to the workspace path of the opened VS Code workspace. - `${workspaceFolder}` is a VS Code variable reference, equal to the workspace path of the opened VS Code workspace.
- The `preLaunchTask` and `postDebugTask` parameters refer to the program configurations run before and after launching the application. See step 2 on how to configure these. - The `preLaunchTask` and `postDebugTask` parameters refer to the program configurations run before and after launching the application. See step 2 on how to configure these.
For this tutorial the `preLaunchTask` and `postDebugTask` both refer to task.json configurations that are related to Daprd commands.
## Step 2: Configure task.json ## Step 2: Configure task.json
You need to create the tasks mentioned in the launch.json for both application configurations in order for them to launch succesfully. You need to create the tasks mentioned in the launch.json for both application configurations in order for them to launch succesfully.