fix(vscode): mention plugins

This commit is contained in:
2025-07-23 18:26:02 +02:00
parent 34879e07c3
commit a2a8ed7abd

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

@ -0,0 +1,8 @@
{
"recommendations": [
"DavidAnson.vscode-markdownlint",
"esbenp.prettier-vscode",
"Tim-Koehler.helm-intellisense",
"yzhang.markdown-all-in-one"
]
}