From 97934eea3ceb35524eb3cdefcf89f2525d1844dd Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Wed, 9 Jul 2025 02:12:22 +0200 Subject: [PATCH] docs: VS Code MCP video (#3307) --- documentation/docs/mcp/vscode-mcp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/mcp/vscode-mcp.md b/documentation/docs/mcp/vscode-mcp.md index 194df49870..ad3b579676 100644 --- a/documentation/docs/mcp/vscode-mcp.md +++ b/documentation/docs/mcp/vscode-mcp.md @@ -5,6 +5,10 @@ description: Use the Goose VS Code Extension to connect Goose to your editor import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; + + + This tutorial covers how to install and use the [Goose VS Code Extension](https://marketplace.visualstudio.com/items?itemName=block.vscode-goose) so you can use Goose interactively for file operations and development workflow management from within VS Code.