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 }}
}
},
"edit_predictions": {
"mode": "subtle"
},
"preview_tabs": {
"enable_preview_from_code_navigation": true
},
@ -88,8 +91,8 @@
"command": [
"golangci-lint",
"run",
"--out-format",
"json",
"--output.json.path",
"stdout",
"--issues-exit-code=1"
]
}