Files
nexus/wiki/entities/Trae.md
2026-04-14 16:02:50 +08:00

29 lines
802 B
Markdown
Raw 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.
---
title: "Trae"
type: entity
tags: [IDE, Remote-SSH, 开发工具]
sources: [trae-remote-dev-guide]
last_updated: 2026-04-14
---
## Definition
支持VS Code插件生态的IDE通过Remote-SSH支持远程服务器开发。
## Core Attributes
- 类型IDE
- 特点原生支持VS Code插件生态
- 连接方式Remote-SSH
## Architecture
- Ubuntu 2 (Dev Server)存放源码运行Docker容器代码挂载
- Ubuntu 1 (Prod Server)运行Docker容器镜像打包数据持久化
- ThinkBook (Local)仅作为UI端
## Development Modes
- **模式A**Attach到正在运行的容器推荐调试
- **模式B**:远程编辑宿主机文件 + Docker CLI适合编排
## Connections
- [[Docker]] ← 容器 ← [[Trae]]
- [[Ubuntu]] ← 服务器 ← [[Trae]]