From aba0c2fef29df898e4eee96e4f82d2e9224b60e7 Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Fri, 21 Mar 2025 16:48:04 +0100 Subject: [PATCH] docs: add youtube vscode short (#1809) --- documentation/docs/tutorials/vscode-mcp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/tutorials/vscode-mcp.md b/documentation/docs/tutorials/vscode-mcp.md index db9a7fa7..6acb4912 100644 --- a/documentation/docs/tutorials/vscode-mcp.md +++ b/documentation/docs/tutorials/vscode-mcp.md @@ -5,6 +5,10 @@ description: Use VS Code MCP Server as a Goose Extension for file operations and import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; +import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; + + + This tutorial covers how to add the [VS Code MCP Server](https://github.com/block/vscode-mcp) as a Goose extension to enable VS Code integration, file operations, and development workflow management.