Organization wuhulab
Web Non-profit parent team ShunX | AI service sponsor Fai
Launch the FoxCode AI terminal assistant in VS Code with one click.
Features
- FoxCode: Start in Right Terminal — Open a PowerShell terminal in the right editor area and start FoxCode.
- FoxCode: Start in Bottom Panel — Open a terminal in the bottom panel and start FoxCode.
Installation
Local Packaged Install (no Marketplace publishing required)
# Enter the extension directory
cd vscode-extension
# Package into a .vsix (no npm install needed; there are no dependencies)
npx @vscode/vsce package --no-dependencies
# Install in VS Code
code --install-extension foxcode-0.1.0.vsix
Development & Debugging
- Open the
vscode-extension/folder in VS Code. - Press
F5to launch the Extension Host. - In the new window, open the Command Palette (
Ctrl+Shift+P) and type FoxCode: Start in Right Terminal.
Configuration
You can customize the following settings in settings.json:
| Setting | Default | Description |
|---|---|---|
foxcode.command |
foxcode |
Command used to launch FoxCode; you can also use python -m foxcode or fc |
foxcode.shellPath |
powershell.exe |
Shell executable for the terminal |
Requirements
- FoxCode must be installed (
pip install -e .) - VS Code >= 1.80.0