core
core copied to clipboard
🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com
**描述你的问题(Describe the bug)** 报错信息  **复现路径(To Reproduce)** 编辑 `launch.json`, 追加如下内容 : ```json { "name": "Playwright Current File", "type": "node", "request": "launch", "program": "${workspaceFolder}/tools/playwright/node_modules/.bin/playwright", "args": ["test", "--debug", "--config=./configs/playwright.debug.config.ts", "${fileBasenameNoExtension}"], "cwd": "${workspaceFolder}/tools/playwright",...
**描述你的问题(Describe the bug)**  **复现路径(To Reproduce)** 使用一段时间后就会出现,不好稳定复现
**描述你的问题(Describe the bug)** 
**描述你的问题(Describe the bug)** **复现路径(To Reproduce)**  浏览器的默认菜单关闭后才展示终端 tabs 的右键菜单  **预期表现(Expected behavior)** **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version:...
**描述你的问题(Describe the bug)** 现在在 settings.json 中添加注释的话会提示报错。 **复现路径(To Reproduce)** **预期表现(Expected behavior)** 期望不报错 **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] Apple M1 - Browser: [e.g. chrome, safari, electron] electron -...
### Types - [x] 🎉 New Features - [x] 🐛 Bug Fixes ### Background or solution Related issue: https://github.com/opensumi/core/issues/1259 **Cross-window copy** https://user-images.githubusercontent.com/47357585/179896679-0835c0e7-c6aa-4b5f-8189-dc3ad2d60be3.mov **Cross-window drag and drop** https://user-images.githubusercontent.com/47357585/179896698-bc98761a-55bb-4643-b1d4-0ab98cc51830.mov ### Changelog
**描述你的问题(Describe the bug)** Git 模块,view as tree 显示错乱 **复现路径(To Reproduce)** 1. 进入 Git 模块(command + shift + G) 2. 点击 `View as Tree` 按钮 3. 随便修改几个文件,可以多几个 **预期表现(Expected behavior)** 正常的Tree列表 **问题截图(Screenshots)**...
多个菜单项使用不同的extraTailArgs绑定同一命令,execute时传入的extraTailArgs始终相同。 出现这个错误的原因是:MenuNode中使用command.id作为自身的id 如果MemuNode自身有自己的唯一id就不会出现错误
使用docker方式安装 运行后,https 访问主机端口,浏览器控制台报错如下图  错误信息如下: bundle.js:2 Mixed Content: The page at 'https://xxx/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://xxx/service'. This request has been...
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)**  **描述你预期的功能表现(Describe the solution you'd like)** RT,处理冲突时,期望能够有默认的提交信息生成,类似于 ``` Merge branch 'v2.18' of github.com:opensumi/core into main ```