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
9f9f870869
commit
311abba65f
|
@ -47,10 +47,12 @@ The Applications view shows Dapr applications running locally on your machine.
|
|||
<br /><img src="/images/vscode-extension-invoke.png" alt="Screenshot of the Dapr VSCode extension invoke option" width="800">
|
||||
|
||||
### Publish events to Dapr applications
|
||||
* Within the Applications view, users can right-click and publish messages to a running Dapr application, specifying the topic and payload.
|
||||
Users can also publish messages to all running applications.
|
||||
<br /><img src="/images/vscode-extension-publish.png" alt="Screenshot of the Dapr VSCode extension publish option" width="800">
|
||||
|
||||
Within the Applications view, users can right-click and publish messages to a running Dapr application, specifying the topic and payload.
|
||||
|
||||
Users can also publish messages to all running applications.
|
||||
|
||||
<br /><img src="/images/vscode-extension-publish.png" alt="Screenshot of the Dapr VSCode extension publish option" width="800">
|
||||
|
||||
## Telemetry
|
||||
|
||||
|
|
Loading…
Reference in New Issue