diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 76325bebf..e3cb8403e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,6 +10,7 @@ "vscode": { "extensions": [ "eamodio.gitlens", + "GitHub.copilot-chat", "GitHub.copilot", "github.vscode-github-actions", "github.vscode-pull-request-github", diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index a4679d7da..8358a87c7 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -12,9 +12,6 @@ jobs: docker: runs-on: ubuntu-latest steps: - # - - # name: Checkout - # uses: actions/checkout@v3 - name: Docker meta id: meta