dev-manager-tauri/.blueprint/modules/shell-launch.md
lanrtop 0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- Introduced BlueprintModal in ProjectCard for project blueprint visualization.
- Added state management for displaying the BlueprintModal.
- Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
2026-04-02 19:12:53 +09:00

24 lines
506 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: shell-launch
name: 编辑器 & 终端启动
status: done
progress: 100
---
## 概述
从应用内一键打开编辑器VS Code、Cursor 等)和终端,支持 Windows 路径和 WSL 路径。
## 任务卡
### ✅ 打开编辑器
- status: done
- files: src-tauri/src/commands/shell.rs
调用配置的编辑器打开项目目录。
### ✅ 打开终端
- status: done
- files: src-tauri/src/commands/shell.rs
打开终端并 cd 到项目目录,支持 Windows Terminal、PowerShell 等。