Installation
This guide will walk you through the process of installing the Huckleberry Task Manager extension in Visual Studio Code.
Prerequisites
Before you install Huckleberry, make sure you have:
- Visual Studio Code: Version 1.93 or later
- GitHub Copilot: An active GitHub Copilot subscription
- A workspace: Huckleberry works best when you have a workspace folder opened
Installation Methods
Huckleberry is not yet available on the VS Code Marketplace. This documentation describes how installation will work once it's released.
Pre-release Installation
Pre-release Installation: Until the official marketplace release, you can download the latest installable VSIX file from our GitHub Releases page. Install it in VS Code by:
- Opening VS Code
- Going to the Extensions view (Ctrl+Shift+X / Cmd+Shift+X)
- Clicking on the "..." at the top of the Extensions view
- Selecting "Install from VSIX..." and choosing the downloaded file
From VS Code Marketplace (coming soon)
Once released, you can install Huckleberry directly from the VS Code Marketplace:
- Open VS Code
- Click the Extensions icon in the Activity Bar (or press
Ctrl+Shift+X
/Cmd+Shift+X
) - Search for "Huckleberry Task Manager"
- Click "Install"
Alternatively, you can run the following command in the VS Code command palette (Ctrl+P
/ Cmd+P
):
ext install huckleberry.taskmanager
Manual Installation (VSIX)
If you have a .vsix
file (perhaps as a pre-release version or a development build):
- Open VS Code
- Open the Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Type "Extensions: Install from VSIX" and select it
- Navigate to your
.vsix
file and select it - Restart VS Code when prompted
Verifying Installation
To verify that Huckleberry is installed correctly:
- Open the Command Palette (
Ctrl+Shift+P
/Cmd+Shift+P
) - Type "Huckleberry" - you should see commands like "Huckleberry: Manage Tasks"
- Open VS Code's chat panel (click on the chat icon in the Activity Bar) and look for Huckleberry in the list of chat participants
Known Installation Issues
VS Code Version Compatibility
If you're using VS Code version earlier than 1.93, you'll need to update your VS Code installation first. Huckleberry relies on the Language Model API which was introduced in VS Code 1.93.
Chat Integration Post-Installation
VS Code Limitation: If you open a folder after starting VS Code (i.e., you start with no folder/workspace and then open one), you must reload the window (Developer: Reload Window
or use the reload prompt) for Huckleberry chat features to work. This is due to a limitation in the VS Code extension host: chat participants are only registered at activation time.
Next Steps
Once you've successfully installed Huckleberry:
- Continue to the Quick Start guide to set up your first project
- Learn about Huckleberry's features
- See usage examples to get the most out of the extension