修改描述

This commit is contained in:
muruichao 2023-12-26 16:18:39 +08:00 committed by wangpenglong
parent 8cd6ec68ab
commit 337faafdd5
1 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
- **Kylin-IDE**
* [IDE基础平台-仓库链接](https://gitee.com/chriswang521/kylin-ide)
* [IDE基础平台-下载链接](https://gitee.com/chriswang521/kylin-ide/releases)
- [汇总仓库extensions-repo](https://gitee.com/openkylin/extensions-repo)
- [汇总仓库openKylin extensions-repo](https://gitee.com/openkylin/extensions-repo)
* [插件手动下载地址(KylinIDETeam目录)](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam)
* [用户帮助文档地址(user-guide目录)](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
@ -31,7 +31,7 @@
- **桌面应用模式**与常见IDE一样IDE基础平台以桌面应用软件形式安装运行
* [本仓库的kylin-code](https://gitee.com/openkylin/kylin-code/releases)即为这种模式
- **远程开发模式**类似微软闭源的Remote SSH功能IDE基础平台以远端服务形成安装运行用户在本地通过SSH连接开发远程机器上的代码体验和本地开发大体一致
* 远程开发模式需要插件插件名称Kylin remote development插件IDremote-dev插件发布者xhafei和服务端配合实现,插件会自动或引导用户安装服务端
* 远程开发模式需要先安装插件插件名称Kylin remote development插件IDremote-dev插件会根据远程的目标机器自动部署服务端或引导用户安装服务端
* [插件手动下载地址](https://gitee.com/mcy-kylin/remote-dev/releases)
* [服务端手动下载地址](https://gitee.com/mcy-kylin/kylin-ide-server/releases)
* 通过安装远程开发插件安装openKylin系统的机器可以作为本地开发机远程开发X86、ARM、LoongArch架构、银河麒麟操作系统V10机器上的代码
@ -81,12 +81,12 @@
## 特色功能
- **[远程开发](#远程开发模式)**
* 微软的remote-ssh插件为微软协议未开源
* 支持X86、ARM、LoongArch架构而remote-ssh插件不支持LoongArch架构。LoongArch架构上的远程开发可以使用本功能
* 微软闭源的Remote SSH插件仅在VSCode中能够正常运行不支持LoongArch架构
* Kylin remote development插件可以在Kylin-Code、Kylin-IDE、Code-OSS、VSCodium、VSCode中正常运行支持X86、ARM、LoongArch架构LoongArch架构上的远程开发可以使用本功能
* 如果有其他架构的支持需要可以在Issues中提出
* 详细见[用户帮助文档相关章节](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E8%BF%9C%E7%A8%8B%E5%BC%80%E5%8F%91.md)
- **历史调试**
* 历史调试插件可在调试过程中记录中断时的堆栈信息,并可在调试过程中或结束后回放调试时的堆栈信息,用户可在调试过程中记录关心的调试信息以便在需要的时候复现调试信息
* 初步实现了历史调试功能,需要安装历史调试插件。历史调试插件可在调试过程中记录中断时的堆栈信息,并可在调试过程中或结束后回放调试时的堆栈信息,用户可在调试过程中记录关心的调试信息以便在需要的时候复现调试信息
* 详细见[用户帮助文档相关章节](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E5%8E%86%E5%8F%B2%E8%B0%83%E8%AF%95.md)