chore(vscode): add recommended extensions

#15
This commit is contained in:
2024-08-14 15:29:52 +09:30
parent 8936247783
commit 61adb6f056

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

@ -0,0 +1,9 @@
{
"recommendations": [
"redhat.ansible",
"streetsidesoftware.code-spell-checker-australian-english",
"streetsidesoftware.code-spell-checker",
"github.vscode-github-actions",
"jebbs.markdown-extended"
]
}