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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,14 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
4
4
5
5
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
6
6
7
+
## [5.3.0]
8
+
9
+
- Refactoring of how the extension registers formatters to support file extension that don't have a language ID.
10
+
- Added support for [custom document selectors](https://github.com/prettier/prettier-vscode#prettierdocumentselectors) to provide formatting on custom languages/extensions.
11
+
7
12
## [5.2.1]
8
13
9
-
- Support for additional configuration file extensions.
14
+
- Support for additional configuration file extensions (`toml`, `cls`).
0 commit comments