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

**描述你的问题(Describe the bug)** 报错信息 ![image](https://user-images.githubusercontent.com/9823838/179932330-ef0d91ee-e489-4f1c-b180-bd3c6e4f37a5.png) **复现路径(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",...

bug

**描述你的问题(Describe the bug)** ![image](https://user-images.githubusercontent.com/9823838/179923893-bdb01375-aa9b-4a25-bff2-7d98f4055467.png) **复现路径(To Reproduce)** 使用一段时间后就会出现,不好稳定复现

bug

**描述你的问题(Describe the bug)** ![image](https://user-images.githubusercontent.com/9823838/179919449-466e55e2-513f-455c-b6ce-71f67ea30930.png)

bug

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** ![image](https://user-images.githubusercontent.com/20262815/179918291-72c60dc5-6f15-4657-ae74-77dad7a6855a.png) 浏览器的默认菜单关闭后才展示终端 tabs 的右键菜单 ![image](https://user-images.githubusercontent.com/20262815/179918429-c6a93a92-aac2-4d33-82fe-e95a869a9218.png) **预期表现(Expected behavior)** **问题截图(Screenshots)** **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron] - OpenSumi Version:...

bug
good first issue

**描述你的问题(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 -...

🐞 bug
wontfix

### 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)**...

bug

多个菜单项使用不同的extraTailArgs绑定同一命令,execute时传入的extraTailArgs始终相同。 出现这个错误的原因是:MenuNode中使用command.id作为自身的id 如果MemuNode自身有自己的唯一id就不会出现错误

🐞 bug
wontfix

使用docker方式安装 运行后,https 访问主机端口,浏览器控制台报错如下图 ![image](https://user-images.githubusercontent.com/1135045/179478503-8fd79681-840c-4c71-9a57-b5ae0d149561.png) 错误信息如下: 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...

🐞 bug
wontfix

**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)** ![image](https://user-images.githubusercontent.com/9823838/179443197-6695bae0-1e98-41d3-9113-af092f90bb1d.png) **描述你预期的功能表现(Describe the solution you'd like)** RT,处理冲突时,期望能够有默认的提交信息生成,类似于 ``` Merge branch 'v2.18' of github.com:opensumi/core into main ```

good first issue
help wanted
feature