chore: update Zed config

This commit is contained in:
Peter 2025-04-02 20:23:35 +02:00
parent 9f9f4e340a
commit f599992695
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -29,6 +29,9 @@
{{- end }} {{- end }}
} }
}, },
"edit_predictions": {
"mode": "subtle"
},
"preview_tabs": { "preview_tabs": {
"enable_preview_from_code_navigation": true "enable_preview_from_code_navigation": true
}, },
@ -88,8 +91,8 @@
"command": [ "command": [
"golangci-lint", "golangci-lint",
"run", "run",
"--out-format", "--output.json.path",
"json", "stdout",
"--issues-exit-code=1" "--issues-exit-code=1"
] ]
} }