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

### Types - [x] 🐛 Bug Fixes ### Background or solution #1105 的相关问题 在 Windows 环境下, Ctrl + Shift + F 快捷键不起作用,通过将快捷键对应的命令 id 替换成 `workbench.action.findInFiles` 可以让快捷键生效。 ### Changelog 将快捷键对应的命令 id...

### Types - [x] 🐛 Bug Fixes ### Background or solution ### Changelog - worker host env api error, add clipboard

ref: https://code.visualstudio.com/api/references/contribution-points#contributes.productIconThemes

extension api
feature

### Types - [x] 🎉 New Features ### Background or solution ### Breaking Change: 1. 修正 TerminalServiceClientImpl.create2 返回的 INodePtyInstance 对象中的 typo: packages/terminal-next/src/node/terminal.service.client.ts ```diff export interface INodePtyInstance { id: string; name:...

**描述你的问题(Describe the bug)** 对于 URI.file 在创建本地路径时, Web 环境创建的路径全是错的。 **复现路径(To Reproduce)** ```js const u = URI.file('d:\\repo\\ide-electron\\node_modules\\vscode-oniguruma\\release\\onig.wasm'); console.log(u.toString()); // Node.js // file:///d%3A/repo/ide-electron/node_modules/vscode-oniguruma/release/onig.wasm // Web // file:///d%3A%5Crepo%5Cide-electron%5Cnode_modules%5Cvscode-oniguruma%5Crelease%5Conig.wasm ``` **预期表现(Expected behavior)** 预期是 Node.js 的行为...

bug

比如我们执行一个 scripts: ![CleanShot 2022-08-17 at 13 22 39@2x](https://user-images.githubusercontent.com/13938334/185041065-f76c009c-6da0-4b95-9d1a-0ede81a267ef.png) 刷新后会成为一个 terminal,但历史记录还在: ![CleanShot 2022-08-17 at 13 23 16@2x](https://user-images.githubusercontent.com/13938334/185041172-3b0f4ffa-9c67-450e-8e79-7a5e13ed9321.png)

bug

### Types - [x] 🪚 Refactors ### Background or solution close #915 详细背景见讨论区 #302. ### Changelog replace nsfw with @parcel/watcher

# Implement a Chrome DevTools for viewing OpenSumi communication messages ## Background This is an advance subject of [ASoC 2022](https://opensource.alibaba.com/asoc2022) and #1103 . The current architecture of OpenSumi is a...

feature
ASoC2022

### Types - [x] 🪚 Refactors ### Background or solution Close #976 https://github.com/node-modules/compressing/pull/73 有一个待合并的类型 typo,在代码中先重新定义了 ### Changelog - 解压缩统一依赖为 Compressing