Files
2026-07-13 10:31:20 +00:00

68 lines
3.3 KiB
Markdown

<!-- WEHUB_ZH_README -->
> [!NOTE]
> 本文档由 WeHub 基于上游 README 翻译整理,属于社区翻译,非官方中文文档。
> [English](./README.en.md) · [原始项目](https://github.com/voideditor/void) · [上游 README](https://github.com/voideditor/void/blob/HEAD/README.md)
> 原作者、版权与许可证归属以原始项目及本仓库 LICENSE 文件为准。
## Void 现已弃用。
Void 已弃用,不再接受贡献。
感谢所有贡献者,无论是提交代码还是来自社区的支持。Void 仍保持开源,在 fork VS Code 时仍是最佳参考之一。
## 下载
要查看较新的 Void fork 列表,请参阅 [Void Forks](http://github.com/voideditor/void-forks/).
要下载旧版 Void,请参阅 [Releases](https://github.com/voideditor/void/releases).
## Fork VS Code
如果你正在 fork VS Code,可能仍想参考 Void 的逻辑,并查看我们的 [Codebase Guide](https://github.com/voideditor/void/blob/main/VOID_CODEBASE_GUIDE.md) 和 [How to Contribute](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md).
- 我们集成了 React + Tailwind。这在原生 VS Code 中无法实现,需要扩展构建流水线以编译 React,并自行 [scope](https://github.com/andrewpareles/scope-tailwind) Tailwind。
- 你可以复制我们的 GitHub Actions 来打包、签名并自动更新 Void。VS Code 的构建流水线是私有的,因此通常很难做到。
- 我们的 AI 提供商(provider)代码从零构建,使我们能够支持自动补全(FIM)及其他自定义响应。我们暴露了常见 `<thinking>` 标签、工具标签等的语法。欢迎参考我们在使用 IPC 及满足 CSP 方面的架构。
- 使用我们的自定义服务来编辑文件。EditCodeService 可让你将 diff 以代码流形式展示,甚至可以逐 token 显示。VoidModelService 允许你在后台编辑文件,并将 OS 文件与文本缓冲区同步。
- 我们所做的一切 100% 开源。请参阅 [repos](https://github.com/orgs/voideditor/repositories) 以全面了解构成 Void 的所有仓库。
# 欢迎使用 Void。
<div align="center">
<img
src="./src/vs/workbench/browser/parts/editor/media/slice_of_void.png"
alt="Void Welcome"
width="300"
height="300"
/>
</div>
在你的代码库上使用 AI 智能体,检查点并可视化变更,在本地运行任意模型或主机。Void 直接将消息发送至提供商,不会保留你的数据。
本仓库包含 Void 桌面应用的完整源代码。如果你是新用户,欢迎!
- 🧭 [Website](https://voideditor.com)
- 🚙 [Roadmap](https://github.com/orgs/voideditor/projects/2)
- 🔨 [Contribute](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md)
## 参考
Void 是 [vscode](https://github.com/microsoft/vscode) 仓库的 fork。有关我们代码库的指南,请参阅 [VOID_CODEBASE_GUIDE](https://github.com/voideditor/void/blob/main/VOID_CODEBASE_GUIDE.md).
有关如何开发你自己的 Void 版本,请参阅 [HOW_TO_CONTRIBUTE](https://github.com/voideditor/void/blob/main/HOW_TO_CONTRIBUTE.md) 和 [void-builder](https://github.com/voideditor/void-builder).
## 支持
你可以随时在我们的 [Discord server](https://discord.gg/RSNjgaugJs) 联系我们,或通过电子邮件 hello@voideditor.com 与我们联系。