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

### Types - [x] 🎉 New Features ### Background or solution Support VSCode API: AutoClosingPair ### Changelog close https://github.com/opensumi/core/issues/4108 ## Summary by CodeRabbit - **新功能** - 增强语言配置功能,支持自动闭合对(如括号和引号)。 - 新增语法标记类型枚举,提供更结构化的语法标记分类。 -...

🎨 feature

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** ![image](https://github.com/user-attachments/assets/b1c2e5cb-3c0d-4f71-be6a-9861e1942076) **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version: [e.g. 2.13.0]

🐞 bug

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** ![image](https://github.com/user-attachments/assets/8e8e99b1-0148-4594-92db-21ba902e2d3a) **预期表现(Expected behavior)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version: [e.g. 2.13.0]

🐞 bug

### Types - [x] 🎉 New Features ### Background or solution Support VSCode API: WorkspaceEditMetadata fix https://github.com/opensumi/core/issues/4108 ### Changelog ## Summary by CodeRabbit - **新特性** - 在应用工作区编辑时,新增可选的元数据参数,以指示编辑是否为重构操作。 - 更新了多个接口和方法以支持新的元数据参数,增强了编辑功能。 -...

🐞 bug
🎨 feature

This issue tracks the differences between OpenSumi current main branch and VSCode 1.84.0 - [x] [Support AuthenticationForceNewSessionOptions](https://github.com/opensumi/core/pull/4115) @bk1012 - [x] [Support AutoClosingPair](https://github.com/opensumi/core/pull/4117) @bk1012 - [ ] Support DebugSessionOptions @erha19 -...

🎨 feature

Bumps [@ant-design/icons](https://github.com/ant-design/ant-design-icons) from 4.8.1 to 5.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ant-design/icons&package-manager=npm_and_yarn&previous-version=4.8.1&new-version=5.5.1)](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)** 安装了golang 插件后,一直提示安装 go-outline,并且语法高亮也不生效, 请问有解决方案吗? ``` The "go-outline" command is not available. Run "go get -v github.com/ramya-rao-a/go-outline" to install. 来源: Go ``` ![image](https://github.com/user-attachments/assets/4571127c-477f-462b-ae5d-c01410b3a381) opensumi 版本: 3.4.4 os:...

💬 question

### Types - [x] 🎉 New Features ### Background or solution from https://github.com/opensumi/core/pull/3719 ### Changelog

🎨 feature

为了更好的区分传统的代码补全和 Code Edits 相关的代码编辑补全(表现形式是 多行补全 或 智能重写) 两者在 API 的设计上需要做个区分,避免混淆 --- 在之前的 API 当中,会将 “多行补全” 和 “传统代码补全” 都写在同一个 provider 里,仅仅只是用 `enableMultiLine` 作为标识符来做区分 例: ```typescript registerIntelligentCompletionFeature(registry: IIntelligentCompletionsRegistry): void { registry.registerIntelligentCompletionProvider(async (editor,...

🎨 feature

### Types - [x] 🎉 New Features ### Background or solution 基于 Libro 让 OpenSumi 支持 notebook 能力。 ![image](https://github.com/user-attachments/assets/68f7f06c-ac3c-479a-b799-7e9acebae354) 目前待解决的问题如下: - [ ] Libro 引入了 antd,需要研究下如何使用 OpenSumi 内置组件替换 - [...

🎨 feature