为什么现场分享不在视觉模式代码上工作?

发布于 2025-01-23 04:38:30 字数 217 浏览 0 评论 0 原文

我已经在本指南之后安装在拱形系统代码中,我还修改了产品。 https://i.sstatic.net/s2nmm.png“ rel =“ nofollow noreferrer”>这些是错误

I have installed in my arch system code-oss following this guide https://wiki.archlinux.org/title/Visual_Studio_Code i have also modified product.json ,installed code-features and code-marketplace but doesn't work, i read a lot of thread about this topic but i don't found any solution Those are the error

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花落人断肠 2025-01-30 04:38:30

不幸的是,它看起来像是版本71.1的 ICU 软件包的最新升级,对实时共享扩展程序打破了一些依赖性要求。

官方的GitHub Live-Share反馈存储库中已经有一些讨论,最值得注意的是在这里/a>。到目前为止,尚无通用修复程序,但是现在似乎有效的是安装旧版本70 ICU 来自AUR。

例如,如果您安装了 trizen

trizen -S icu70

这可能需要一段时间,因为必须编译。另外,还有a 可用于69 的二进制构建

trizen -S icu69-bin

Unfortunately, it looks like the latest upgrade of the icu package to version 71.1 broke some dependency requirements for the live share extension.

There is already some discussion happening in the official Github live-share feedback repository, most notably here. As of now, no general fix is available, but what seems to work for now is to install the old version 70 of icu from the AUR.

Example if you have trizen installed:

trizen -S icu70

This might take a while because it has to be compiled. Alternatively, there is also a binary build available for version 69:

trizen -S icu69-bin
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文