From 45866f03ef9c17b575a76fd56a2fc5cf20f43fc7 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Wed, 9 Sep 2026 15:18:49 -0500 Subject: [PATCH] Remove obsolete content --- vscode-debugger/README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/vscode-debugger/README.md b/vscode-debugger/README.md index 9336fe8cb..2c1cb0e69 100644 --- a/vscode-debugger/README.md +++ b/vscode-debugger/README.md @@ -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