🐋 DeepSeek Reasonix
一键启动 Reasonix 终端 · One-click launch Reasonix terminal
🌐 语言切换 · Language: 🇨🇳 中文 | 🇬🇧 English
🇨🇳 中文
在 VS Code 中一键启动 Reasonix,免去手动输入命令的繁琐。
功能
- 🐋 活动栏一键启动 — 点击左侧 DeepSeek 鲸鱼图标,自动打开终端并运行
npx reasonix code
- 🪟 终端自动贴靠 — 终端窗口自动贴靠到编辑器右侧分组,不遮挡代码
- 📊 一键打开 Dashboard — 侧边栏"打开 Dashboard"按钮,自动识别当前终端 URL,支持多终端切换
- ⌨️ 命令面板 —
Ctrl+Shift+P → Reasonix: Launch Terminal 同样可用
使用
| 方式 |
操作 |
| 活动栏 |
点击左侧 🐋 图标,终端自动启动 |
| 命令面板 |
Ctrl+Shift+P → Reasonix: Launch Terminal |
启动后终端自动执行:
npx reasonix code
终端工作目录自动设置为当前项目目录
安装
扩展市场安装 — 在 VS Code 扩展市场中搜索 DeepSeek Reasonix cli 即可安装。
VSIX 手动安装:
git clone https://github.com/ezrealliu/vscode-deepseek-reasonix-win.git
cd vscode-deepseek-reasonix-win
npm run package
code --install-extension build/vscode-deepseek-reasonix-cli*.vsix
⬆ 返回顶部 · Back to top
🇬🇧 English
Launch Reasonix in VS Code with one click — no need to type commands manually.
Features
- 🐋 Activity Bar Launch — Click the DeepSeek whale icon in the activity bar to automatically open a terminal and run
npx reasonix code
- 🪟 Smart Terminal Placement — Terminal opens in the editor's right group, keeping your code visible
- 📊 Open Dashboard — "Open Dashboard" button in sidebar, auto-detects current terminal URL, supports multi-terminal switching
- ⌨️ Command Palette —
Ctrl+Shift+P → Reasonix: Launch Terminal also works
Usage
| Method |
Action |
| Activity Bar |
Click the 🐋 whale icon, terminal starts automatically |
| Command Palette |
Ctrl+Shift+P → Reasonix: Launch Terminal |
The terminal will automatically run:
npx reasonix code
Installation
Marketplace — Search DeepSeek Reasonix Cli in the VS Code extensions marketplace.
VSIX Manual Install:
git clone https://github.com/ezrealliu/vscode-deepseek-reasonix-win.git
cd vscode-deepseek-reasonix-win
npm run package
code --install-extension build/vscode-deepseek-reasonix-cli*.vsix
🏗 Project Structure
vscode-deepseek-reasonix/
├── build/ # VSIX build artifacts
├── i18n/ # Translation files (en/zh)
├── extension.js # Extension entry point
├── CHANGELOG.md # Changelog
├── i18n.js # Translation loader
├── package.json # Extension manifest
├── icon.svg # Activity bar icon (50×24)
├── logo.jpg # Marketplace icon (128×128)
├── README.md # This file
└── LICENSE # MIT