Skip to content

Commit

Permalink
Add a missing word in the README file (#2887)
Browse files Browse the repository at this point in the history
Added the word "you" to the line "It is likely you will need to also update your prettier config."
  • Loading branch information
robhitt authored Mar 25, 2023
1 parent 24d6cb4 commit a6a71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ When enabled, this extension will attempt to use global npm or yarn modules if l

A list of [glob patterns](https://code.visualstudio.com/api/references/vscode-api#GlobPattern) to register Prettier formatter. Typically these will be in the format of `**/*.abc` to tell this extension to register itself as the formatter for all files with the `abc` extension. This feature can be useful when you have [overrides](https://prettier.io/docs/en/configuration.html#configuration-overrides) set in your config file to map custom extensions to a parser.

It is likely will need to also update your prettier config. For example, if I register the following document selector by itself, Prettier still won't know what to do with that file. I either need a Prettier extension that formats `.abc` file format or I need to configure Prettier.
It is likely you will need to also update your prettier config. For example, if I register the following document selector by itself, Prettier still won't know what to do with that file. I either need a Prettier extension that formats `.abc` file format or I need to configure Prettier.

```json
{
Expand Down

0 comments on commit a6a71b0

Please sign in to comment.