-
我们实现了一些 opensumi 模块,参照官方包测试的写法写测试,发现 @opensumi/ide-dev-tool 没有发布到 npm 上,导致不能方便地进行 opensumi 模块的 mock
-
参照示例
https://github.com/opensumi/opensumi-module-samples/blob/main/modules/custom-editor-resource/README.md
打开了一个自定义的编辑窗口,现在需要监听其关闭事件来调用一些销毁容器的接口,请问如何监听?
-
**描述你的问题(Describe the bug)**
进程在线上长时间运行,会存在偶发的无响应情况,从日志看 CPU 被打满,同时 3 分钟内无响应,3 分钟后恢复正常。
获取 CPU 堆栈信息发现,存在 2 分钟左右的 CPU 占满的情况
![image](https://github.com/opensumi/core/assets/9477255/1c203a22-454e-4…
-
使用yarn安装完项目后启动报错
错误信息:
Unable to find Electron app at XXX
cannot find modele xxx/app-desktop/app/bootstrap/main.js
please verify that the package.json has a valid "main" entry
希望能给出解决办法
-
下面是Vscode控制台依赖报错日志
# This file contains the result of Yarn building a package (electron@npm:22.3.24)
# Script name: postinstall
ReadError: The server aborted pending request
at IncomingMessa…
-
## 诉求
在B里面通过@Autowired注入A,然后对A的token执行了disposeOne,此时在B内再次使用A时,应该重新创建实例
## 复现场景
下面的例子在B里面通过@Autowired注入A,然后对A的token执行了disposeOne,,但是b.a返回的对象还是之前a的实例
```typescript
import { Injectable, Injector…
-
**描述你的问题(Describe the bug)**
```shell
yellow: '\x1b3[33m',
```
https://github.com/opensumi/core/blob/41a3427032f0e5b60a4db03f119ff9617e84390c/packages/core-common/src/log.ts#L234C27-L234C27
*…
-
![image](https://github.com/opensumi/core/assets/23164065/4ca3969b-fe19-4eaa-89ba-4c1f57376fdb)
如图 oneof.prot文件是是一个自定义组件,右侧操作删除掉部分内容,左侧没有同步更新,如何做到同步更新?还有注册的菜单命令只在一个组件内部生效,另一个组件内部的注册命令不可用
-
已经实现的效果是实时提交,用户保存文件后直接调用代码仓接口,同步更改远端仓库。现在客户想实现像本地的提交方式,通过git commit,git push这种git命令。用户的user.name和user.email可以找地方配置保存。
-
![image](https://github.com/opensumi/core/assets/50567203/c070fb97-e8d7-4282-89ac-b3b917cd4d5f)
如图想更换框里的图标,但查看collectTabbarComponent中options参数的类型没有找到可自定义的参数。
![image](https://github.com/opensumi/cor…