mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
46fd259350
commit
8b1a0f5ba7
|
@ -68,6 +68,8 @@ If you don’t wish to send usage data to Microsoft, you can set the `telemetry.
|
|||
|
||||
### Debugging multiple Dapr applications at the same time
|
||||
Using the VS Code extension, you can debug multiple Dapr applications at the same time with [Multi-target debugging](https://code.visualstudio.com/docs/editor/debugging#_multitarget-debugging).
|
||||
|
||||
### Community call demo
|
||||
|
||||
Watch this [video](https://www.youtube.com/watch?v=OtbYCBt9C34&t=85) on how to use the Dapr VS Code extension:
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/OtbYCBt9C34?start=85" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
|
Loading…
Reference in New Issue