Eclipse Theia 1.9.0 发布了。Theia 是 Eclipse 基金会今年推出的 IDE 框架,为替代 Visual Studio Code 。Theia 整合了云端 IDE 和桌面 IDE,是一个可扩展的平台,包括开发者、组织机构和供应商在内的任何人都能够基于 Theia 使用最新的 Web 技术开发功能完备的多语言云端和桌面 IDE。本次更新内容包括:
- [cli] 更新了
download-plugins
脚本的错误报告 #8798 - [cli] 更新
download-plugins
脚本,在不支持的文件类型下报告错误 #8797 - [core] 添加了
workbench.editor.closeOnFileDelete
首选项的支持 #8731 - [filesystem] 更新
upload
返回FileUploadResult
#8766
重大更新
- [core]
FrontendApplicationContribution.onWillStop
现在要求在卸载前调用所有贡献,以保证这些贡献都会被有效调用。 #8863 - 下载插件时 [
download:plugins
] 错误会导致构建失败,除非有--ignore-errors
标志 #8788 - [plugin]
LocalDirectoryPluginDeployerResolver
已经从packages/plugin-ext/src/main/node/resolvers/plugin-local-dir-resolver.ts
移至packages/plugin-ext/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts
并且现在从LocalPluginDeployerResolver
派生#8745 - [plugin] 将
TreeViewsMain.$reveal
第二个参数,从字符串元素 ID 更新为字符串数组元素的父链。 #8783 - [plugin] 删除了未使用的
/plugin/:path(*)
端点 #8831 - [task] 当从任务中运行时,删除 bash 登录 shell,以与 VScode 对齐 #8834
更新详情:https://github.com/eclipse-theia/theia/blob/504efadfc68348b2f9bddf1e5ff4daea55435b6b/CHANGELOG.md
资源均来自第三方,谨慎下载,前往第三方网站下载