Skip to content

Commit

Permalink
chore: add GitHub Actions VS Code extension (#21350)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
  • Loading branch information
HonkingGoose and secustor committed May 9, 2023
1 parent f63f364 commit 004b383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Expand Up @@ -19,7 +19,8 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"orta.vscode-jest",
"EditorConfig.editorconfig"
"editorconfig.editorconfig",
"github.vscode-github-actions"
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Expand Up @@ -3,6 +3,7 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"orta.vscode-jest",
"EditorConfig.editorconfig"
"editorconfig.editorconfig",
"github.vscode-github-actions"
]
}

0 comments on commit 004b383

Please sign in to comment.