VS Code Extensions
FoxCode

FoxCode

by shunianssy

Launch FoxCode AI assistant inside VS Code

Downloads

0

Rating

(0)

Version

0.2.0

Last updated

Aug 02, 2026

Organization wuhulab

Bilibili 吾家小狐 | 吾狐科创

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

  1. Open the vscode-extension/ folder in VS Code.
  2. Press F5 to launch the Extension Host.
  3. 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

Related extensions