diff --git a/daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md b/daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md index 85c5e4c7f..dd890ba48 100644 --- a/daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md +++ b/daprdocs/content/en/developing-applications/ides/visual-studio-code/vscode-dapr-extension.md @@ -41,9 +41,10 @@ The Applications view shows Dapr applications running locally on your machine.
Screenshot of the Dapr VSCode extension view running applications option -### Invoke Dapr application methods -* Allows users to select a Dapr application found in the tree view "Applications" and invoke GET/POST methods by name. -* Allows users to specify an optional payload for POST methods +### Invoke Dapr applications + +Within the Applications view, users can right-click and invoke Dapr apps via GET or POST methods, optionally specifying a payload. +
Screenshot of the Dapr VSCode extension invoke option ### Publish events to Dapr applications