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 a3b9615 commit 3bbac70Copy full SHA for 3bbac70
CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
6
7
## [5.5.0]
8
9
+- Activation on `onStartupFinished` to reduce impact on VS Code start.
10
+
11
+## [5.5.0]
12
13
- Added [enable](https://github.com/prettier/prettier-vscode#enable) setting.
14
15
## [5.4.0]
package.json
@@ -2,7 +2,7 @@
2
"name": "prettier-vscode",
3
"displayName": "Prettier - Code formatter",
4
"description": "Code formatter using prettier",
5
- "version": "5.5.0",
+ "version": "5.6.0",
"publisher": "esbenp",
"author": "Prettier <@prettiercode>",
"galleryBanner": {
0 commit comments