-
Notifications
You must be signed in to change notification settings - Fork 2.6k
docs: Add VS Code tutorial #1798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
angiejones
reviewed
Mar 20, 2025
angiejones
reviewed
Mar 20, 2025
angiejones
reviewed
Mar 20, 2025
angiejones
reviewed
Mar 20, 2025
angiejones
reviewed
Mar 20, 2025
angiejones
approved these changes
Mar 20, 2025
ahau-square
pushed a commit
that referenced
this pull request
Mar 21, 2025
* origin/main: (74 commits) docs: add youtube vscode short (#1809) blog: Goose Boston Meetup (#1805) docs: Choosing the Right Prompting Style Blog (#1794) docs: Asana tutorial (#1806) docs: add langfuse tutorial to blog (#1755) docs: Add VS Code tutorial (#1798) feat: can read and write to google sheets now (#1784) tweak darkmode for modal (#1797) docs: asana and gcal blog post (#1796) fix: update experimental features docs (#1781) docs: Remove Installer Link From Filesystem Tutorial (#1795) alexhancock/remove-little-gap (#1793) fix: #1562 - Only show text portion of goose message if there is text to display (#1791) feat: add /plan command in CLI to invoke reasoner with plan system prompt (#1616) docs: Adding Trigger Words to Memory Tutorial (#1783) docs: Add prompt completion (#1787) fix: check if working directory has changed before asking (#1733) extensions: add a display name field (#1759) ui: add logs to app (#1760) docs: add stdin (#1769) ...
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
Co-authored-by: Angie Jones <jones.angie@gmail.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
Co-authored-by: Angie Jones <jones.angie@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a new tutorial for integrating the VS Code MCP Server with Goose, enabling VS Code integration, file operations, and development workflow management. The tutorial includes detailed setup instructions and usage examples.
Key changes include:
Documentation Enhancements:
vscode-mcp.mdthat covers the setup and configuration of the VS Code MCP Server as a Goose extension.