feat: Add VS Code extension recommendations

This commit is contained in:
Matteo Cherubini 2026-06-09 12:19:31 +02:00
parent 3029c9be25
commit 6eabff23a6

8
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"editorconfig.editorconfig",
"timonwong.shellcheck"
],
"unwantedRecommendations": ["dbaeumer.vscode-eslint", "ms-vscode.vscode-typescript-next"]
}