为什么 live share 在 visual-studio code-oss 上不起作用?
Why live share not work on visual-studio code-oss?
我已经按照本指南在我的 arch 系统中安装了 code-oss 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
不幸的是,似乎 icu
包的最新升级到 71.1 版打破了实时共享扩展的一些依赖性要求。
官方 Github live-share 反馈存储库中已经进行了一些讨论,最著名的是来自 AUR 的 icu
的 here. As of now, no general fix is available, but what seems to work for now is to install the old version 70。
例如,如果您安装了 trizen
:
trizen -S icu70
这可能需要一段时间,因为它必须被编译。或者,还有一个 binary build available for version 69:
trizen -S icu69-bin
我已经按照本指南在我的 arch 系统中安装了 code-oss 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
不幸的是,似乎 icu
包的最新升级到 71.1 版打破了实时共享扩展的一些依赖性要求。
官方 Github live-share 反馈存储库中已经进行了一些讨论,最著名的是来自 AUR 的 icu
的 here. As of now, no general fix is available, but what seems to work for now is to install the old version 70。
例如,如果您安装了 trizen
:
trizen -S icu70
这可能需要一段时间,因为它必须被编译。或者,还有一个 binary build available for version 69:
trizen -S icu69-bin