Skip to content

Commit 21f884a

Browse files
committed
mention the new config name for autofix in the 0.14.0 release notes
1 parent 208ddf9 commit 21f884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zls/releases/0.14.0.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Log messages are now written to a new `zls.log` file. Its content is more readab
4646

4747
### configure autofix through editor settings ([#2063](https://github.com/zigtools/zls/pull/2063))
4848

49-
Many editors provide their own settings for code actions on save, often offering a better user experience than relying on the LSP server like ZLS. If you have the "autofix" feature enabled via `enable_autofix`, you'll need to update your editor configuration. For upgrade instructions, check out the [Installation Guide](https://zigtools.org/zls/install/) and navigate to the relevant documentation for your editor.
49+
Many editors provide their own settings for code actions on save, often offering a better user experience than relying on the LSP server like ZLS. If you have the "autofix" feature enabled via `enable_autofix`, you'll need to update your editor configuration to enable `source.fixall` code actions instead. For upgrade instructions, check out the [Installation Guide](https://zigtools.org/zls/install/) and navigate to the relevant documentation for your editor.
5050

5151
### hover over character literal ([#1991](https://github.com/zigtools/zls/pull/1991))
5252

0 commit comments

Comments
 (0)