-
**描述你的问题(Describe you question here)**
开发了一个vscode语言插件,需要为该语言的文件后缀配相应的自定义 icon,通过在插件的 package.json contribute 中配置 icon :
```json
"contributes": {
"languages": [
{
// other …
stimw updated
3 weeks ago
-
**描述你的问题(Describe the bug)**
AI对话面板中,当回答是流式数据时,且返回数据包含多个代码块片段,界面渲染频繁闪烁。
https://github.com/user-attachments/assets/5c1b70dd-a9d0-4c53-bfe8-18827fbc1633
**复现路径(To Reproduce)**
startup模块中修…
-
D:\code\opensumi\ide-electron>yarn pack
yarn pack v1.22.22
success Wrote tarball to "D:\\code\\opensumi\\ide-electron\\ide-electron-v1.0.0.tgz".
Done in 7.40s.
D:\code\opensumi\ide-electron>yarn…
-
**描述你的问题(Describe the bug)**
按官方开发命令docker官方指导设置编译成功
1、docker服务器日志无错误
2、8000端口可以访问404错误
3、8080 端口、8899端口步不可以
**复现路径(To Reproduce)**
#docker文件
# 第一阶段:builder
FROM node:lts as builder
ENV W…
-
系统:Windows11
node版本:node@18.20.4
node-gyp版本:10.1.0
错误log
C:\Users\jiang\Documents\gits\opensumi\ide-electron>pnpm i
WARN deprecated electron-rebuild@3.2.9: Please use @electron/rebuild …
-
主要是WebIDE场景下,基于 opensumi v3版本的AI的能力做定制化开发并参考 **core/packages/starup** 代码升级 **ide-startup**
* 升级 `opensumi` 包到3.1.0
* `browser/index.ts` 参考 `core/packages/starup/entry/web/app.tsx`
* `node/common…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
In Shell, run:
$ zed path_of_file
### Environment
macOS: 13.4
Zed: 0.94.4
### If applicable…
-
**描述你的问题(Describe the bug)**
1. 当打开的工作空间为空目录时,在文件树上直接新建文件夹后无法显示
2. 当打开的工作空间为空目录时,新建文件显示正常,新建文件后再新建文件夹显示也正常
**复现路径(To Reproduce)**
1. 新建文件夹 a:
![image](https://github.com/user-attachments/as…
-
如何默认收起左侧资源管理器
-
**描述你的问题(Describe the bug)**
此版本下,智能提示与 lint 都正常,但是 debug 调试会提示报错:`The number of constructor arguments in the derived class s must be >= than the number of constructor arguments of its base class.`
…
zmyiy updated
2 months ago