VS Code Extension for gooseThis runs goose in your VS Code instance every time you open it, and lets you interact with goose either directly, or you can highlight sections of code, ask questions about it, or even ask it to change the code or do work with it.
Table of ContentsInstallingYou can install this extension from the extensions in VS Code directly from the marketplace: Visual Studio Marketplace - goose-vscode In Action
Can ask it to enhance code, can run commands, take action, test and more: Developing the ExtensionNOTE: You don't usually need to install this from source as it is in the extensions marketplace. Running from SourceNOTE: You don't usually need to run this from source unless you are working on this extension. Open this repo via Packaging the ExtensionTo package the extension, run the following command:
This will create a Installing the ExtensionTo install the packaged extension, use the following command:
Uninstalling the ExtensionTo uninstall the extension, use the following command:
|