Skip to content

Commit

Permalink
[Doc] Improve vscode settings documentation (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Feb 1, 2020
1 parent 13dd20b commit 85945e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To understand more what prettier is: [What is Prettier](https://prettier.io/docs

- For vscode, install the plugin "Prettier - Code formatter" and it will pick
this project's config automatically.
Recommend setting the following for vscode to autoformat + organize import on save.
Recommend setting the following in [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations) for vscode to autoformat + organize import on save.
```
"[typescript]": {
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 85945e1

Please sign in to comment.