core icon indicating copy to clipboard operation
core copied to clipboard

🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com

Results 338 core issues
Sort by recently updated
recently updated
newest added

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

🐞 bug
dependencies
javascript

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

🐞 bug
dependencies
javascript

### Types - [ ] 🎉 New Features - [ ] 🐛 Bug Fixes - [ ] 📚 Documentation Changes - [ ] 💄 Code Style Changes - [ ]...

🐞 bug

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 8.12.0. Release notes Sourced from ajv's releases. v8.12.0 fix JTD serialisation (remove leading comma in objects with only optional properties) (#2190, @​piliugin-anton) empty JTD "values"...

🐞 bug
dependencies
javascript

**描述你的问题(Describe the bug)** 插件开发时,无法安装 engine, 提示版本 invalid **复现路径(To Reproduce)** 执行命令 `sumi engine add 2.27.2` 提示: ``` No engine installed Please exec `sumi engine add ` ✖ @opensumi/[email protected] is invalid (node:32477)...

🐞 bug

Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.2.0. Release notes Sourced from less's releases. v4.2.0 #3811 add support for container queries (@​puckowski) #3761 fix faulty source map generation with variables in selectors,...

🐞 bug
⚙️ refactor
dependencies
javascript

**描述你的问题(Describe the bug)** opensumi 的 node 服务部署在容器中,服务会长时间停留,日志按照日期的格式进行分类,发现仅只有 extHost.log 通过代码排查,发现日志的路径不会随着时间更改。确认了会打服务启动那一天的路径上 **复现路径(To Reproduce)** 长时间保留服务,查看日志文件夹 LogManager init 初始化完路径后就不再改变,LogService 读取 LogManager 的路径,也不再改变。供参考 **预期表现(Expected behavior)** 当天的日志可以打入当天日期的文件 **影响** 1. 无法将日志写入当天对应目录中 2. 无法及时清除旧目录,即 cleanOldLogs **环境信息(Environment)** @opensumi/ide-core-node: 2.26.9-next-1695628558.0

🐞 bug

我在改写 python 调试器,里面启动时候启动的终端请问是在哪个代码模块里面启动的?

💬 question

**描述你的问题(Describe the bug)** import { TextArea } from '@opensumi/ide-core-browser/lib/components'; const textareaRef = useRef(null); textareaRef.current?.focus(); ![image](https://github.com/opensumi/core/assets/1762334/22d07329-65ad-4b74-adb7-b9c2143253ba) **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g....

🐞 bug

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** - https://github.com/opensumi/core/pull/3578 Electron 30 有一些 breaking change,在这个文档中收集一下 https://www.electronjs.org/docs/latest/breaking-changes ## Breaking API Changes (29.0) The `ipcRenderer.sendTo()` API has been removed. It...

🎨 feature