Skip to content

Commit

Permalink
Update VSCode example for 1.83 (#1283)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Chung <[email protected]>
Co-authored-by: skuba <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2023
1 parent 26497b9 commit d4ca032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/deep-dives/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ parent: Deep dives
```json
{
"[typescript]": {
"editor.codeActionsOnSave": ["source.fixAll.eslint"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Expand Down

0 comments on commit d4ca032

Please sign in to comment.