chore: add vscode github actions extension into devcontainer (#4615)

Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
This commit is contained in:
Alexandr Garbuzov
2025-10-22 22:20:20 +03:00
committed by GitHub
co-authored by Alexandr
parent 6d90255d05
commit 98ab3d4172
+2 -1
View File
@@ -22,7 +22,8 @@
"extensions": [
"yzhang.markdown-all-in-one",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"github.vscode-github-actions"
]
}
},