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

**描述你的问题(Describe the bug)** ![image](https://user-images.githubusercontent.com/20262815/230254944-d2d2bad9-34f2-42f6-b88d-f793d1989237.png) load.tsx 是我已经删除的文件,然后在搜索文件时列表仍出现了 load.tsx **预期表现(Expected behavior)** 文件搜索列表不应该出现已经被删除的文件 **环境信息(Environment)** - OS: macOS - Browser: chrome - OpenSumi Version: 2.22

🐞 bug

**描述你的问题(Describe the bug)** 目前 CI 中针对 Node.js 环境的测试有较大概率失败,主要集中在如下三个文件: ``` packages/file-service/__tests__/node/file-service-watcher.test.ts packages/connection/__test__/node/index.test.ts packages/file-search/__tests__/node/file-search.service.test.ts ``` 相关报错见: https://github.com/opensumi/core/actions/runs/4280218337/jobs/7451738241 https://github.com/opensumi/core/actions/runs/4183226433/jobs/7247835264 **预期表现(Expected behavior)** 优化这部分测试,减少 CI 重试对开发带来的阻塞

🤔 help wanted

**描述你的问题(Describe the bug)** - 编辑器会自动打开最近打开的文件 - 而注册customComponent组件时期太晚导致无法在初始化打开时获取到内容 **复现路径(To Reproduce)** - 首先打开一个 customEditor 选择 default 打开 - 先打开文件 能正确显示内容 - 再刷新 打开方式为 **code** 而不是customEditor形式 - 使用 workbench.editorAssociations 也会有此问题 https://user-images.githubusercontent.com/31676999/220343145-07dd07d2-01dd-4dc5-bc17-43fdc6e3fa33.mov

🐞 bug

**描述你的问题(Describe the bug)** 初始化 app 后,再调用 app.dipose(), app 实际没有卸载 ![image](https://user-images.githubusercontent.com/25706123/226281659-2bdd1f23-3e2f-4456-826f-927e276a6328.png) **复现路径(To Reproduce)** ``` const app = new ClientApp(appOptions); app.fireOnReload = () => { window.location.reload(); }; app.start(container, 'web'); setTimeout(() => {...

🐞 bug

**描述你的问题(Describe the bug)** 操作系统文件资源管理器中文件222.env拖入到opensumi ide右侧区域打开,显示正常,文件内容没丢失,如图 ![image](https://github.com/opensumi/core/assets/23164065/35d08df7-d209-4d87-a8ae-47f9ddd64130) ![image](https://github.com/opensumi/core/assets/23164065/3b129017-ae2a-4ee6-b566-d8057c78f4b4) 操作系统文件资源管理器中文件222.env拖入到opensumi ide左侧文件树区域test文件夹下并打开,显示异常,文件内容丢失,如图 ![image](https://github.com/opensumi/core/assets/23164065/e982103f-1b03-4da3-97b2-3e351ef9c027) ![image](https://github.com/opensumi/core/assets/23164065/f694583e-6f13-41a2-9493-62eec8f881cb) **复现路径(To Reproduce)** **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] -...

🐞 bug

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.10. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.11.30&new-version=20.12.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

**描述你的问题(Describe you question here)** ![fc0a3725-2964-499c-a066-5dcb4db1c621](https://github.com/opensumi/core/assets/23164065/b8d3459f-0830-4d90-9004-3e6f2b3f8ce6)

💬 question

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

🎨 feature

### Types 支持接口声明快速跳转实现,目前支持 Java 和 Typescript - [x] 🎉 New Features ### Background or solution Java 研发中会涉及到大量的接口和接口跳转操作,现有的 Go To implementation 需要多次点击操作,需要进一步优化这种接口查看场景下的研发体验。 考虑到目前的插件 API 标准不支持 Editor Gutter Decoration 的点击事件设置,因此把功能做在了模块上,基于 Tree-sitter,适配 Java...

🎨 feature

Hi there, I'm the maintainer of BrowserFS. I've been going through the dependents of browserfs. Please see the notice in the readme: https://github.com/jvilk/browserfs Would you be interested in updating your...

🐞 bug