Task/update VS Code extension of Prettier (#6010)

* Update VS Code extension of Prettier
pull/6075/head
Thomas Kaul 2 months ago committed by GitHub
parent 0683c5b69b
commit 2940e61585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,8 +1,8 @@
{
"recommendations": [
"angular.ng-template",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"nrwl.angular-console"
"nrwl.angular-console",
"prettier.prettier-vscode"
]
}

@ -1,4 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "prettier.prettier-vscode",
"editor.formatOnSave": true
}

Loading…
Cancel
Save