Installation
From VS Code Marketplace (Recommended)
- Open VS Code
- Click Extensions icon in sidebar (
Ctrl+Shift+X) - Search for "SumoData Toolbox"
- Click Install
- Reload VS Code if prompted
From GitHub Releases
- Go to GitHub Releases
- Download the latest
.vsixfile - Open VS Code
- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(Mac) - Type "Extensions: Install from VSIX"
- Select the downloaded file
From Source (Developers)
bash
# Clone repository
git clone https://github.com/yourusername/sumodata-toolbox.git
cd sumodata-toolbox
# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Package extension
npm install -g @vscode/vsce
vsce package
# Install the generated .vsix file
code --install-extension sumodata-toolbox-0.1.0.vsixVerify Installation
- Look for the SumoData icon in the VS Code sidebar
- Click it to open the toolbox
- You should see the connection status and tool categories