chore(vscode): add yaml to recommendations

This commit is contained in:
Elian Doran 2025-04-25 12:14:35 +03:00
parent 422c16997b
commit 9ef24eff52
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
"recommendations": [ "recommendations": [
"ms-playwright.playwright", "ms-playwright.playwright",
"nrwl.angular-console", "nrwl.angular-console",
"ms-azuretools.vscode-docker" "ms-azuretools.vscode-docker",
"redhat.vscode-yaml"
] ]
} }