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 404 core issues
Sort by recently updated
recently updated
newest added

### Types - [x] 🎉 New Features ### Background or solution 关联issuse #3900 为编辑器的选项卡和关闭按钮添加键盘操作支持、适配屏幕阅读器 ![改造后的编辑器tab代码](https://github.com/user-attachments/assets/37dff3d2-572e-463d-beeb-d652d01d9cd0) ### Changelog - 选项卡支持键盘聚焦 - 选项卡聚焦后支持按左光彪和上光标移动到上一个选项卡、按下光标或右光标移动到后一个选项卡、按home移动到第一个选项卡、按end移动到最后一个选项卡。 - 选项卡支持回车键或空格键执行点击操作、支持按菜单键Application弹出菜单。 - 选项卡添加aria无障碍展开状态属性,支持屏幕阅读器朗读选项卡是否展开的状态。 - 选项卡的关闭按钮添加键盘焦点、添加无障碍属性适配屏幕阅读器。 ## Summary by...

🐞 bug

Bumps [@types/react-mentions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-mentions) from 4.1.13 to 4.4.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-mentions&package-manager=npm_and_yarn&previous-version=4.1.13&new-version=4.4.0)](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 the bug)** https://preview.opensumi.com/ web IED 点击杀死终端按钮,控制台会报错 ![image](https://github.com/user-attachments/assets/a4d3196e-482c-43b5-be06-bb632a3911ee) **复现路径(To Reproduce)** 点击杀死终端按钮,控制台会报错**预期表现(Expected behavior)** **环境信息(Environment)** https://preview.opensumi.com/

🐞 bug

The current implementation of unwatchFileChanges does not fully remove all watchers, which may lead to resource leaks or inconsistent behavior. This needs to be fixed to ensure that unwatchFileChanges and...

**描述你的问题(Describe the bug)** 这非常重要。 经过最近的更改后,open-vsx.org 不再工作,并且无法手动上传 vsix 插件。 它会生成一个空的扩展列表,并且仅启用它就会导致许多或所有扩展无法做出贡献。 上传文件和文件夹也不起作用。 我们正在考虑使用 opensumi,但互操作性对我们来说是必要的。

🐞 bug

**描述你的问题(Describe the bug)** ![image](https://github.com/user-attachments/assets/50df2553-19f0-4f5a-a293-9662696eb09c) **复现路径(To Reproduce)** ```ts interface IA { foo: () => [b: B, c: C]; } class B { // B 的属性和方法 } class C { // C...

🐞 bug

可以加入vim插件吗,vim功能,不是vim文件支持。

🎨 feature

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** **描述你预期的功能表现(Describe the solution you'd like)** **描述你考虑过的替代方案(Describe alternatives you've considered)** **补充信息(Additional context)**

🎨 feature

**描述你的问题(Describe the bug)** 我在项目里面声明了$开头变量比如 '$user', ```typescript interface YFDUserService { /** * 用户 ID */ userId: number; } declare const $user: YFDUserService; ``` 写代码时,语言服务的补全后总要多加一个$成 ' $$user' ![$问题](https://github.com/user-attachments/assets/33ca3fb0-2bcc-4e66-9ced-3f0314407bfd) **复现路径(To Reproduce)** **预期表现(Expected behavior)**...

🐞 bug

Bumps [rc-menu](https://github.com/react-component/menu) from 9.13.0 to 9.15.1. Release notes Sourced from rc-menu's releases. v9.15.1 test: snap (#738) d9a5c6a fix: recursion lose prefixCls (#737) f3f03a2 https://github.com/react-component/menu/compare/v9.15.0...v9.15.1 v9.15.0 chore: add pnpm-lock.yaml e37d05c docs:...

🐞 bug
🎨 feature
dependencies
javascript