-
运行起来项目以后控制台一直打FileChangeEvent log。很乱,很影响性能。
我理解.sumi/的变化是应该排除在外的,他的变化不应该被监听。
[node:debug] FileChangeEvent: [{"uri":"file:///Users/jakey/.sumi/logs/20230810/app.1.log","type":1},{"uri":"file:///Use…
-
**描述你的问题(Describe the bug)**
**复现路径(To Reproduce)**
插件里注册了 registerFileSystemProvider,然后创建自定义 schema 协议的文件,并写入内容
然后通过 openTextDocument 和 showTextDocument 打开到编辑器展示
此时刷新浏览器
整个 url 地址就会变成 …
-
**描述你的问题(Describe the bug)**
**复现路径(To Reproduce)**
1. 打开一个项目,Activity Bar 默认切换到的是 File Explorer 界面
2. 让应用界面使用窗口管理工具切换大小
3. Outline 的那一条没有自动变到底部
**预期表现(Expected behavior)**
Out…
-
**描述你的问题(Describe the bug)**
**复现路径(To Reproduce)**
**预期表现(Expected behavior)**
精确内容需要在顶部
**问题截图(Screenshots)**
**环境信息(Environment)**
- OS: macOS monterey
- Browser:…
-
最近工作空间个数限制 是否可以设置 ?在设置里面是否有呢
-
**描述你的问题(Describe the bug)**
右击转到定义暂无功能,刷新页面之后转到定义会出现
Warning: `info.item` is deprecated since we will move to function component that not provides React Node instance in future.
Warning: `in…
-
**描述你的问题(Describe the bug)**
在两个 Opensumi 的连接中,一个发送了完整的(5条)ActivateExtension 消息去启动进程,而出现问题的连接只发送了一条(vscode.typescript)ActivateExtension 消息,导致 Merge-conflict 插件等失效。
![image](https://user-images.g…
-
**描述你的问题(Describe the bug)**
clientApp 里传入 defaultPreferences 无法设置层级配置
**复现路径(To Reproduce)**
```js
opts.defaultPreferences = {
"aaa.bbb": {
"ccc": "ddd",
}
}
```…
-
**如果你的需求与问题相关,请在下面描述一下(Is your feature request related to a problem? Please describe.)**
类似针对插件进程的 `Start Extension Host Profile` 命令,用于生成 Server 进程运行时的 cpuprofile 文件,便于排查 Server 端问题
![image](https…
-
**描述你的问题(Describe the bug)**
对于 URI.file 在创建本地路径时, Web 环境创建的路径全是错的。
**复现路径(To Reproduce)**
```js
const u = URI.file('d:\\repo\\ide-electron\\node_modules\\vscode-oniguruma\\release\\on…