Skip to content
Closed
Changes from all 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
14 changes: 4 additions & 10 deletions vscode-debugger/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# VS Code Debugger

Use our [VS Code plugin](https://marketplace.visualstudio.com/items?itemName=temporal-technologies.temporalio) to debug a running or completed Workflow Execution. See this blog post for a walkthrough:

[temporal.io/blog/temporal-for-vs-code](https://temporal.io/blog/temporal-for-vs-code)

### Running this sample

1. `temporal server start-dev` to start [Temporal Server](https://github.com/temporalio/cli/#installation).
1. `npm install` to install dependencies.
1. `npm run start.watch` to start the Worker.
1. In another shell, `npm run workflow` to start the Workflow.
1. `temporal server start-dev` to start [Temporal Server](https://github.com/temporalio/cli/#installation)
1. `npm install` to install dependencies
1. `npm run start.watch` to start the Worker
1. In another shell, `npm run workflow` to start the Workflow