Update ext install command to match readme (#5784)

The previous command opened a list of forks and projects with the same name, it wasn't clear which one to install
master
Simon Knox 2019-01-22 03:27:31 +11:00 committed by Ika
parent 565731668f
commit 737884341d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ For more details see [the Vim setup guide](vim.md).
## Visual Studio Code
`prettier-vscode` can be installed using the extension sidebar. Search for `Prettier - Code formatter`. It can also be installed using `ext install prettier-vscode` in the command palette. [Check its repository for configuration and shortcuts](https://github.com/prettier/prettier-vscode).
`prettier-vscode` can be installed using the extension sidebar. Search for `Prettier - Code formatter`. It can also be installed using `ext install esbenp.prettier-vscode` in the command palette. [Check its repository for configuration and shortcuts](https://github.com/prettier/prettier-vscode).
If you'd like to toggle the formatter on and off, install [`vscode-status-bar-format-toggle`](https://marketplace.visualstudio.com/items?itemName=tombonnike.vscode-status-bar-format-toggle).