From 3ad3fe6af92462eb1eaff8ff2e00fca86c5aa207 Mon Sep 17 00:00:00 2001 From: Richard Cunningham Date: Fri, 22 Nov 2024 09:08:49 +0000 Subject: [PATCH] Rename a and colorthree in IDs --- .devcontainer/features/{a => color}/devcontainer-feature.json | 2 +- .devcontainer/features/{a => color}/install.sh | 0 .../{colorthree => sterminalhistory}/devcontainer-feature.json | 2 +- .../features/{colorthree => sterminalhistory}/install.sh | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename .devcontainer/features/{a => color}/devcontainer-feature.json (96%) rename .devcontainer/features/{a => color}/install.sh (100%) rename .devcontainer/features/{colorthree => sterminalhistory}/devcontainer-feature.json (93%) rename .devcontainer/features/{colorthree => sterminalhistory}/install.sh (100%) diff --git a/.devcontainer/features/a/devcontainer-feature.json b/.devcontainer/features/color/devcontainer-feature.json similarity index 96% rename from .devcontainer/features/a/devcontainer-feature.json rename to .devcontainer/features/color/devcontainer-feature.json index 53d7acc..224cf23 100644 --- a/.devcontainer/features/a/devcontainer-feature.json +++ b/.devcontainer/features/color/devcontainer-feature.json @@ -1,6 +1,6 @@ { "name": "My Favorite Color", - "id": "color", + "id": "a", "version": "1.0.3", "description": "A feature to remind you of your favorite color", "options": { diff --git a/.devcontainer/features/a/install.sh b/.devcontainer/features/color/install.sh similarity index 100% rename from .devcontainer/features/a/install.sh rename to .devcontainer/features/color/install.sh diff --git a/.devcontainer/features/colorthree/devcontainer-feature.json b/.devcontainer/features/sterminalhistory/devcontainer-feature.json similarity index 93% rename from .devcontainer/features/colorthree/devcontainer-feature.json rename to .devcontainer/features/sterminalhistory/devcontainer-feature.json index 7de5a1c..d0b26e9 100644 --- a/.devcontainer/features/colorthree/devcontainer-feature.json +++ b/.devcontainer/features/sterminalhistory/devcontainer-feature.json @@ -1,6 +1,6 @@ { "name": "BASH terminal auto history configuration", - "id": "persistent-bash-history", + "id": "colorthree", "version": "1.0.0", "description": "Make default BASH terminal nicer", "containerEnv": { diff --git a/.devcontainer/features/colorthree/install.sh b/.devcontainer/features/sterminalhistory/install.sh similarity index 100% rename from .devcontainer/features/colorthree/install.sh rename to .devcontainer/features/sterminalhistory/install.sh