File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
44
55<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
66
7+ ## [ 5.4.0]
8+
9+ - Added [ Embedded Language Formatting] ( https://prettier.io/docs/en/options.html#embedded-language-formatting ) option.
10+ - Throttling of reloads on watched files to improve performance on large projects.
11+
712## [ 5.3.0]
813
914- Refactoring of how the extension registers formatters to support file extension that don't have a language ID.
Original file line number Diff line number Diff line change 22 "name" : " prettier-vscode" ,
33 "displayName" : " Prettier - Code formatter" ,
44 "description" : " Code formatter using prettier" ,
5- "version" : " 5.3 .0" ,
5+ "version" : " 5.4 .0" ,
66 "publisher" : " esbenp" ,
77 "author" : " Prettier <@prettiercode>" ,
88 "galleryBanner" : {
You can’t perform that action at this time.
0 commit comments