diff --git a/.github/steps/.devcontainer/devcontainer.json b/.github/steps/.devcontainer/devcontainer.json new file mode 100644 index 00000000..336c3ce7 --- /dev/null +++ b/.github/steps/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "name": "Codespace for Skills!", + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot" + ] + } + } +}