[Doc] Improve vscode settings documentation (#2959)

This commit is contained in:
Yuan (Bob) Gong 2020-02-01 16:57:20 +08:00 committed by GitHub
parent 13dd20b1cb
commit 85945e1092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": {