You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,10 @@ This extension contributes the following variables to the [settings](https://cod
121
121
122
122
The old `eslint.autoFixOnSave` setting is now deprecated and can safely be removed.
123
123
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
+
124
128
## Commands:
125
129
126
130
This extension contributes the following commands to the Command palette.
0 commit comments