feat(settings): add Zig language configuration

Enable ZLS (Zig Language Server) by default.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 09:07:01 +00:00
parent 05b3ce18a1
commit 1172b49dbc

View File

@@ -847,6 +847,14 @@
},
//
// ===========================================================================
// MARK: Lang: Zig
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig
//
"zig.zls.enabled": "on",
//
// ===========================================================================
// MARK: Sort Lines
// ===========================================================================
// Extensions: