From 64c8b2d43f13d9a30d74ff1a3a4a17c71cf7d9b8 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Tue, 1 Aug 2023 15:10:50 +0000 Subject: [PATCH] maintenance --- .devcontainer/devcontainer.json | 1 + .github/workflows/devcontainer.yml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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