Skip to content

Commit 0bc4795

Browse files
committed
Document settings conversion
1 parent f968667 commit 0bc4795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ This extension contributes the following variables to the [settings](https://cod
121121

122122
The old `eslint.autoFixOnSave` setting is now deprecated and can safely be removed.
123123

124+
## Settings Conversion
125+
126+
The old `eslint.autoFixOnSave` will automatically be converted into the new `editor.codeActionsOnSave` setting if `eslint.autoFixOnSave` is set to true. If you want to avoid the conversion either remove `eslint.autoFixOnSave` or set it to false.
127+
124128
## Commands:
125129

126130
This extension contributes the following commands to the Command palette.

0 commit comments

Comments
 (0)