Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented issue #81 (allow stopping dapr apps) #179

Merged
merged 22 commits into from
Jul 22, 2021
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ You can also use the extension to directly publish events to running application

![Publish Message](assets/readme/publishMessage.png)

### Stop Dapr applications

The Dapr extension allows you to directly stop locally-running applications without using the command line.

![Stop Application](assets/readme/stopApp.png)

## Telemetry

### Data Collection
Expand Down
Binary file added assets/readme/stopApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions i18n/jpn/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"vscode-dapr.applications.invoke-post.title": "Invoke (POST) application method",
"vscode-dapr.applications.publish-message.title": "Publish message to application",
"vscode-dapr.applications.publish-all-message.title": "Publish Message to All Applications",
"vscode-dapr.applications.stop-app.title": "Stop Application",
"vscode-dapr.help.readDocumentation.title": "Read Documentation",
"vscode-dapr.help.getStarted.title": "Get Started",
"vscode-dapr.help.reportIssue.title": "Report Issue",
Expand Down
Loading