-
**描述你的问题(Describe you question here)**
1、用插件实现
2、匹配某种类型文件
3、渲染 react 自定义编辑器
-
**描述你的问题(Describe the bug)**
1. workspace 目录下为空时,新建目录比如 `a`, 页面并不显示,即使点击上面的刷新按钮也是如此,只能刷新页面,才会显示
![image](https://github.com/user-attachments/assets/28a086ef-0f69-4611-bc64-a9e5f121a538)
…
-
**描述你的问题(Describe the bug)**
**复现路径(To Reproduce)**
**预期表现(Expected behavior)**
**环境信息(Environment)**
- OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11]
- Browser: [e.g. c…
-
**描述你的问题(Describe you question here)**
**操作系统**:Windows11。
**问题描述**:有按照开发环境准备里的需求安装对应版本的NodeJS(版本号 >= 12.x, yarn versions**
yarn versions v1.22.22
{
yarn: '1.22.22',
node: '12.22.12',
v8…
-
我想在opensumi上建立一个二级页面,并通过域名直接跳转过去,怎么弄,比如二级页面是/about,直接通过xxx.com/about访问二级页面
-
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)**
现在AI 模块下的所有功能都是设计在 contribution 下的。
唯独代码补全的 api 是写在 back service 里的,也不好拓展,这是当初的设计缺陷,现在应该需要调整到 contribution …
-
Please let me know how I can have English version of app when I execute npm start? at the moment app opens in Chinese version
-
**描述你的问题(Describe you question here)**
**用插件实现**:匹配文件 .test,点击 .test 文件,渲染自定义编辑器组件
**遇到的问题**:
1、匹配到 .test 文件,点击 .test 文件不知道怎么去打开自定义编辑器组件
https://opensumi.com/zh/docs/extension/interface/cust…
-
**描述你的问题(Describe the bug)**
当只打开一个自定义Editor,关闭的时候未能销毁Editor组件。
如果同时打开了其他Editor。关闭的时候能正确销毁。
**复现路径(To Reproduce)**
1、注册一个自定义Editor组件。
```
export const CustomEditorView: ReactEditorCompo…
-
**描述你的问题(Describe you question here)**