Add VSCode extension recommendations

To make it easier for new contributors, suggest extensions for the tools we use
This commit is contained in:
Benjamin Staneck 2023-04-28 22:03:44 +02:00
parent b4c3164a28
commit 1a64238409
No known key found for this signature in database
GPG Key ID: 74A90736869653C2
1 changed files with 7 additions and 0 deletions

7
frontend/.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"stylelint.vscode-stylelint",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}