Skip to content

Commit

Permalink
add prettier to vscode plugin recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
kn-ms committed Aug 31, 2023
1 parent 87daf51 commit d120daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}
}

0 comments on commit d120daf

Please sign in to comment.