Update vscode-how-to-debug-multiple-dapr-apps.md

This commit is contained in:
greenie-msft 2021-07-23 17:06:51 -07:00 committed by GitHub
parent 37dbfb0e4f
commit d17eed7afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ For each task defined in the `launch.json` file, a corresponding `task.json` fil
### Hello world daprd task
In the case of the quickstart the following parameters are required: `appId`, `httpPort`, `metricsPort`, `label` and `type`. There are additional parameters that may be configured see below for a table detailing the available parameters.
In the case of the quickstart the following parameters are required: `appId`, `httpPort`, `metricsPort`, `label` and `type`. There are additional parameters that may be configured. See below for a table detailing the available parameters.
#### NodeJs task