Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi

## [10.5.0]

- Extend list of Prettier config files by ECMAScript module extentions
- Extend list of Prettier config files by ECMAScript module extensions

## [10.4.0]

Expand Down Expand Up @@ -88,7 +88,7 @@ Change default configuration for trailingComma to all to match Prettier 3.0.
## [9.10.3]

- Prettier 2.8.0
- Updated dependancies
- Updated dependencies

## [9.9.0]

Expand Down
2 changes: 1 addition & 1 deletion src/PrettierMainThreadInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const PrettierMainThreadInstance: PrettierInstanceConstructor = class Pre
if (!this.prettierModule) {
await this.import();
}
// @ts-expect-error actually getSupportInfo can recieve option
// @ts-expect-error actually getSupportInfo can receive option
return this.prettierModule!.getSupportInfo({ plugins });
}

Expand Down
2 changes: 1 addition & 1 deletion test-fixtures/project/formatTest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":
"this-is-a-lie",
"description": "Just testing formating of specific file name. In this case a 'package.json' file",
"description": "Just testing formatting of specific file name. In this case a 'package.json' file",


"private": true
Expand Down