We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851eba9 commit 84f5957Copy full SHA for 84f5957
CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
6
7
## [Unreleased]
8
9
+## [10.4.0]
10
+
11
+- Fixed config resolution that caused plugins to be ignored when using Prettier 3.1.1 or later. (#3252)
12
13
## [10.3.0]
14
15
- Module path can be a dir when loading prettier version
package.json
@@ -2,7 +2,7 @@
2
"name": "prettier-vscode",
3
"displayName": "Prettier - Code formatter",
4
"description": "Code formatter using prettier",
5
- "version": "10.3.0",
+ "version": "10.4.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
0 commit comments