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

802 B
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Trae entity
IDE
Remote-SSH
开发工具
trae-remote-dev-guide
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

  • 模式AAttach到正在运行的容器推荐调试
  • 模式B:远程编辑宿主机文件 + Docker CLI适合编排

Connections