Skip to content

Commit 98ab3d4

Browse files
chore: add vscode github actions extension into devcontainer (#4615)
Co-authored-by: Alexandr <[email protected]>
1 parent 6d90255 commit 98ab3d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"extensions": [
2323
"yzhang.markdown-all-in-one",
2424
"esbenp.prettier-vscode",
25-
"dbaeumer.vscode-eslint"
25+
"dbaeumer.vscode-eslint",
26+
"github.vscode-github-actions"
2627
]
2728
}
2829
},

0 commit comments

Comments
 (0)