Building Zed for Windows Running Collaboration Locally Contributing See CONTRIBUTING.md for ways you can contribute to Zed. Also... we're hiring! Check out our jobs page for open roles. Licensing License information for third party dependencies must be correctly provided for CI to pass. We use...
Zed的Windows版本,编译方法在https://github.com/zed-industries/zed/blob/main/docs/src/development/windows.md 我的编译环境(My compilation environment): 计算机: rustc 1.78.0 (9b00956e5 2024-04-29) cargo 1.78.0 (54d8815d0 2024-03-26) 处理器 12th Gen Intel(R) Core(TM) i9-12900H 2.50 GHz...
接下来,去 Zed 的 GitHub 仓库把源代码拉下来。如果你比较稳健,可以选择拉下来最新的 Release(顺带一提,这里出现的都是 PowerShell 命令,我反正不建议你用 Cmd.exe): irm https://api.github.com/repos/zed-industries/zed/releases/latest | % { $outFile = "zed-$($_.name).zip" $tempDir = mkdir ...
由于目前官方还没有编译windows版Zed,但是不影响自己编译,提前体验 参考之前的安装Rust的文章http://t.csdnimg.cn/DEQFE 安装好Rust,首先下载代码 git clone https://github.com/zed-industries/zed.git 然后开始编译Zed,编译完成,“target\release”目录生成“zed.exe” rustup update rustup target add wasm32-...
以上启动错误原因暂未找到,可查看日志文件C:\Users\[user]\AppData\Local\Zed目录下logs文件夹。(参考https://github.com/zed-industries/zed/issues/17242) 注:经测试,使用Windows 10操作系统和Windows11 SDK环境编译出的Zed.exe可成功运行在Windows11上。
在 GitHub 上的回应中,开发团队表示未来将支持其他平台。路线图中提到了对 Linux 和 Web 的支持计划(Web 版可能通过 WebAssembly 实现,这也符合 Rust 的语言特性)。但截至本文撰稿时,项目组还从未提及 Windows 版本。也就是说除非通过 Windows Subsystem for Linux,否则 Windows 平台的用户恐怕还要再等上一段时间...
配置链接(Github)github.com/Nexseer/zed-config 一、Zed 是什么? Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. Zed Editor 是一款支持多人协作的代码编辑器,由 Atom 编辑器的原作者主导开发,底层采用 Rust,主打 “高性能” ,无论是插入延迟、启...
针对此问题有一个GitHub议题指出,计划增加对其他平台的支持。路线图中包含了Linux和Web端支持(Web端可能采用Rust可以编译为目标的WebAssembly技术),但在撰写本文时并未提及Windows平台,这暗示Windows版本的开发可能需要更多时间,或者用户需通过Windows Subsystem for Linux(WSL)来间接使用。
在 GitHub 上的回应中,开发团队表示未来将支持其他平台。路线图中提到了对Linux和 Web 的支持计划(Web 版可能通过 WebAssembly 实现,这也符合 Rust 的语言特性)。但截至本文撰稿时,项目组还从未提及Windows版本。也就是说除非通过 Windows Subsystem for Linux,否则 Windows 平台的用户恐怕还要再等上一段时间。
针对此问题有一个GitHub议题指出,计划增加对其他平台的支持。路线图中包含了Linux和Web端支持(Web端可能采用Rust可以编译为目标的WebAssembly技术),但在撰写本文时并未提及Windows平台,这暗示Windows版本的开发可能需要更多时间,或者用户需通过Windows Subsystem for Linux(WSL)来间接使用。