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 #1105 相关问题 Linux, Windows | macOS | Feature | 插件自身是否支持 | 对应的command | OpenSumi 是否有实现对应插件命令 -- | -- |...

### Types - [x] 🎉 New Features - [x] 🏗️ Build System ### Background or solution preview test: ### Changelog add @opensumi/playwright package

**描述你的问题(Describe the bug)** - 自动保存使用插件格式化 会弹出选择格式化插件 - 配置 editor.defaultFormatter 默认格式化选项无效 还是会弹出 选择格式化插件 **复现路径(To Reproduce)** **问题截图(Screenshots)** **环境信息(Environment)** **补充信息(Additional context)**

🐞 bug

就是我们的opensumi部署在单机上,单机挂了,数据就没有了。怎么像其它应用那样支持集群方式的部署?

feature

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** ![image](https://user-images.githubusercontent.com/9823838/184784474-3e52dbff-da7b-4a38-adf2-416795989f0e.png) 如图,建议在 Command 列下面备注 commandId ,便于用户集成拓展使用 **描述你预期的功能表现(Describe the solution you'd like)** Command 列追加 commandId 信息展示

feature

![CleanShot 2022-07-25 at 11 37 43@2x](https://user-images.githubusercontent.com/13938334/180694312-0c36ab55-e88f-4cb9-a90c-791abdcf53fa.png) 期望和界面其他字体的大小保持一致

bug
good first issue

### Types - [x] 🎉 New Features ### Background This is an advance subject of [ASoC 2022](https://opensource.alibaba.com/asoc2022) and https://github.com/opensumi/core/issues/1103. For more details, visit https://github.com/opensumi/core/issues/1097. close https://github.com/opensumi/core/issues/1097 ### Milestone - [x]...

ASoC2022

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** **预期表现(Expected behavior)** 精确内容需要在顶部 **问题截图(Screenshots)** **环境信息(Environment)** - OS: macOS monterey - Browser: Chrome - OpenSumi Version: v2.19 分支 **补充信息(Additional context)**

bug

This plan captures our work in July & August. This is a 4-week iteration. We will ship in mid-August. # Plan Items Legend of annotations: | Mark | Description |...

iteration plan

**描述你的问题(Describe the bug)** 例如以下代码 ```ts vscode.languages.registerCodeLensProvider({ language: 'javascript', pattern: new vscode.RelativePattern(vscode.workspace.workspaceFolders[0], 'aaa.js'), } ``` 期望只对根目录的 aaa.js 文件生效 但现在的表现是所有的 js 文件都生效了 **复现路径(To Reproduce)** **预期表现(Expected behavior)** **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS...

bug