chore: update Zed config
This commit is contained in:
parent
9f9f4e340a
commit
f599992695
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue