We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf718b commit 115a9b2Copy full SHA for 115a9b2
content/zls/editors/zed.smd
@@ -24,6 +24,8 @@ Add the following to your `settings.json`:
24
// The Zig FAQ answers some questions about `zig fmt`:
25
// https://github.com/ziglang/zig/wiki/FAQ
26
"format_on_save": "language_server",
27
+ // Make sure that zls is the primary language server
28
+ "language_servers": ["zls", "..."]
29
"code_actions_on_format": {
30
// Run code actions that currently supports adding and removing discards.
31
// "source.fixAll": true,
0 commit comments