This 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.
Important
This requires that you have goose installed and running for this to work. This is a work in progress as we explore what modalities we want from goose an an IDE. Use with caution.
Can ask it to enhance code, can run commands, take action, test and more:
Open this repo via code .
and then press F5 to run a new workspace with this in it.
To package the extension, run the following command:
npm install
npm run package
This will create a .vsix
file in the root directory of the project.
To install the packaged extension, use the following command:
code --install-extension goose-vscode-1.0.0.vsix
To uninstall the extension, use the following command:
code --uninstall-extension block.goose-vscode