core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
### 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)**
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)**  如图,建议在 Command 列下面备注 commandId ,便于用户集成拓展使用 **描述你预期的功能表现(Describe the solution you'd like)** Command 列追加 commandId 信息展示
 期望和界面其他字体的大小保持一致
### 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]...
**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** **预期表现(Expected behavior)** 精确内容需要在顶部 **问题截图(Screenshots)** **环境信息(Environment)** - OS: macOS monterey - Browser: Chrome - OpenSumi Version: v2.19 分支 **补充信息(Additional context)**
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 |...
**描述你的问题(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...