Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add GitHub Actions VS Code extension #21350

Merged
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",
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
"github.vscode-github-actions"
]
}