docs: lowercase goose in remaining topics (#5861)

This commit is contained in:
dianed-square
2025-11-24 11:05:41 -08:00
committed by GitHub
parent b357e99b30
commit e7eb18b67a
37 changed files with 306 additions and 306 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
---
title: VS Code Extension
description: Use VS Code MCP Server as a Goose Extension for file operations and VS Code integration
description: Use VS Code MCP Server as a goose Extension for file operations and VS Code integration
unlisted: true
---
@@ -10,7 +10,7 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
<YouTubeShortEmbed videoUrl="https://www.youtube.com/embed/gddEgvCLrgU" />
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.
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.
:::tip TLDR
@@ -131,7 +131,7 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
## Example Usage
The VS Code MCP extension enables Goose to interact with your VS Code environment, managing files, projects, and development workflows.
The VS Code MCP extension enables goose to interact with your VS Code environment, managing files, projects, and development workflows.
The key strength of the VS Code MCP Server is its ability to:
@@ -142,10 +142,10 @@ The key strength of the VS Code MCP Server is its ability to:
:::note
Every time you start a Goose session with the VS Code MCP server enabled, it checks to see if a matching project is open in VS Code. If not, it will prompt you to open the project before proceeding.
Every time you start a goose session with the VS Code MCP server enabled, it checks to see if a matching project is open in VS Code. If not, it will prompt you to open the project before proceeding.
:::
### Goose Prompt
### goose Prompt
```
Update the contributing guide with instructions on how to start docusaurus dev server