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 386c9fe commit 160639bCopy full SHA for 160639b
content/zls/editors/zed.smd
@@ -25,7 +25,7 @@ Add the following to your `settings.json`:
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", "..."]
+ "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