Add redhat.ansible extension to VSCode Workspace Recommendations

This commit is contained in:
June 2023-07-30 19:30:06 +02:00 committed by julian
parent 1613e2d25c
commit 1b45e94960

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

@ -0,0 +1,5 @@
{
"recommendations": [
"redhat.ansible"
]
}