mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user