From 94935fb4444924fb826a9f296ae9e394eeb91850 Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:17:57 +0000 Subject: [PATCH 1/2] Rename .github/baseline.yml to .github/workflows/baseline.yml --- .github/{ => workflows}/baseline.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/baseline.yml (100%) diff --git a/.github/baseline.yml b/.github/workflows/baseline.yml similarity index 100% rename from .github/baseline.yml rename to .github/workflows/baseline.yml From c9653e36435ab7b23042f2e45291b1ab953abe53 Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:19:36 +0000 Subject: [PATCH 2/2] Add codespaces extension --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed53e86..97d60f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,6 +12,7 @@ "davidanson.vscode-markdownlint", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", + "github.codespaces", "github.copilot", "github.copilot-workspace", "GitHub.remotehub",