docs: Remove/fix mentions of code_actions_on_format post #39983 (#40040)

Closes #ISSUE

Release Notes:

- N/A *or* Added/Fixed/Improved ...
This commit is contained in:
Ben Kunkle
2025-10-11 23:55:57 +00:00
committed by GitHub
parent e11e39f9b4
commit deef58bef7
3 changed files with 16 additions and 82 deletions
+4 -4
View File
@@ -49,8 +49,8 @@ You can configure Zed to format code using `eslint --fix` by running the ESLint
{
"languages": {
"JavaScript": {
"code_actions_on_format": {
"source.fixAll.eslint": true
"formatter": {
"code_action": "source.fixAll.eslint"
}
}
}
@@ -63,8 +63,8 @@ You can also only execute a single ESLint rule when using `fixAll`:
{
"languages": {
"JavaScript": {
"code_actions_on_format": {
"source.fixAll.eslint": true
"formatter": {
"code_action": "source.fixAll.eslint"
}
}
},