-
**描述你的问题(Describe the bug)**
https://preview.opensumi.com/ web IED 点击杀死终端按钮,控制台会报错
![image](https://github.com/user-attachments/assets/a4d3196e-482c-43b5-be06-bb632a3911ee)
**复现路径(To Reproduc…
-
There is a bug in the codebase right now in that `_disconnect` is invoked which subsequently calls `this._ws.close`. Despite there being a try/catch wrapper, if you use the `ws` library, an exception…
-
![share](https://user-images.githubusercontent.com/9823838/225862199-fccccca1-a532-4a9f-bfbd-438c6b191303.png)
如果您或者您的公司/组织使用了OpenSumi,我们非常感谢您的支持,欢迎留下您的公司或产品名称,您的反馈将是维护者、社区用户的信心来源。
> 为了保护信息安全,我们建议…
-
使用 Docker 镜像
# 拉取镜像
docker pull ghcr.io/opensumi/opensumi-web:latest
# 运行(容器内端口必要是8000,代码里写了,对外端口18016可自定义)
docker run --rm -d -p 18066:8000/tcp ghcr.io/opensumi/opensumi-web:latest
浏览器打开 http…
-
按照文档示例修改无法移除 Terminal menu 终端菜单项
![image](https://github.com/opensumi/core/assets/35493268/555ad5cf-a940-46a8-972b-f5b66ff23d1a)
**复现路径(To Reproduce)**
按照以下示例和代码修改无法移除 Terminal menu 终端菜单项
http…
-
SQLTools MySQL/MariaDB,安装不显示
通过容器方式安装,镜像如下:
docker pull ghcr.io/opensumi/opensumi-web:latest
![image](https://github.com/opensumi/ide-startup/assets/5516195/54b49486-799c-482a-85cd-c02d40ae4e29…
-
Hello,
I wonder if there are any plans to implement 3 way merge editor in Theia?
One of the approaches would be to integrate [3-way merge editor from VS Code](https://code.visualstudio.com/updates…
-
## 背景
当前 OpenSumi 中存在一部分定制困难、文档缺失问题,造成新手用户在使用 OpenSumi 过程中出现功能开发无从下手的问题,在上一阶段我们统一对社区答疑往 [Disscussion](https://github.com/opensumi/core/discussions) 进行引导,沉淀了部分 Q&A,及 OpenSumi 模块拓展案例仓库:[opensumi/op…
-
**描述你的问题(Describe you question here)**
像这样使用了编辑器后,在打开时会被运行时默认配置的EditorEmpty: EditorEmptyComponent覆盖,导致文件打开并显示了但无法聚焦进行编辑
`const EditorService = requireModule('@opensumi/ide-editor');`
`const { Workb…
-
想要做一个点击Button 触发指定某个task 任务的需求,通过注册并调用[command](command:workbench.action.tasks.runTask)
![1723800910432](https://github.com/user-attachments/assets/010089e5-bf67-4d94-9c14-4458c91b5c29)
可以实现button触发…