-
我 clone 了一个 core 源码,
pnpm i 了源码路径
package.json 里面自动变更了
"@opensumi/ide-scm": "link:D:/workspace/core/packages/scm",
然后 build 成功,但是打开的时候报错,请问怎么解决?
```
error.js:45 Uncaught (in promise) Error:…
-
我执行了以下的命令成功安装了本地扩展,并且启动了 Local Extension Server
```bash
npx codeblitz ext link ./extensions/collaboration
➜ codeblitz-sample git:(main) ✗ npx codeblitz ext link ./extensions/collaboration
[code…
-
使用 python 插件 debug 运行时出现异常
![image](https://github.com/opensumi/core/assets/13432873/3635098f-15f5-49fb-bdf1-86dbe88f6dd1)
**环境信息(Environment)**
- OS: [e.g. Windows11]
- Browser: [e.g. el…
-
![image](https://github.com/opensumi/core/assets/13432873/ff2909da-ad3c-443b-9447-8e5067c55a07)
- OS: [Windows11]
- Browser: [electron]
- OpenSumi Version: [2.24.5]
-
**描述你的问题(Describe the bug)**
语言服务重连后会出现异常提示,包括高亮异常、语法提示异常等等
![image](https://github.com/opensumi/core/assets/9477255/ef93ab67-26af-47cf-a75d-f23bf7021c09)
**复现路径(To Reproduce)**
1. 断网触发重连
2…
-
**描述你的问题(Describe you question here)**
![Uploading image.png…]()
想在如图位置加几个按钮,目前已经通过
https://github.com/opensumi/opensumi-module-samples/blob/main/modules/custom-toolbar/README.md
成功实现,但不知道怎么动态实现…
-
**描述你的问题(Describe the bug)**
![image](https://github.com/opensumi/core/assets/13432873/d07ed0ec-f8f2-4171-88fb-2b90781f4dc4)
点击文件的时候,抛出异常
**复现路径(To Reproduce)**
**预期表现(Expected behavio…
-
中文语言插件 和 官方的 git 插件同时使用时出现偶现汉化失败的现象
请问插件有加载顺序吗?还是有一些别的需要注意的事项?
目前 git 和语言包 版本 同步使用 1.62.3 版本
![image](https://github.com/opensumi/core/assets/13432873/f68d1ceb-29b8-4e19-b389-d664676b73b9)
…
-
我使用 registerLocalizationBundle 手动注册多语言文本,将 中文插件包中的多语言信息注册到 opensumi 中,以期望解决偶现的多语言失败的问题,但是现在的现象是部分 翻译成功,部分翻译失败。
目前针对的是 git 插件的中文语言包
**环境信息(Environment)**
- OS: windows11
- Browser: electron
…
-
客户有一个需求,要求所有保存的代码需要通过一个质量校验,没通过的不许保存,我尝试了下,除了throw 一个error外,没法阻止保存,updataFile和writeFile方法都做了阻断还是不行,请问在哪里可以阻断保存?