Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Sep 30, 2022
1 parent efb4177 commit b371150
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v3.13.0

- Internally refactored back to typescript since the compilation has been fully supported since 4.7 release.
- Now supports range formatting and `editor.formatOnSaveMode` set to `"modifications"`.

### v3.12.0

- Refactor and architectural changes to support better logic around xo resolution
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
},
"engines": {
"node": ">=14",
"vscode": "^1.70.0"
"vscode": "^1.71.0"
},
"icon": "icon.png"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The xo extension searches up when you open a file for a package.json with `xo` l

You can enable XO as a formatter for TypeScript and JavaScript.

In either your workspace or user settings add the following settings.
In either your workspace or user settings add the following settings. Linter xo now supports `editor.formatOnSaveMode` set to `"modifications"` :tada:.

> optionally turn on "editor.formatOnSave"
Expand Down

0 comments on commit b371150

Please sign in to comment.