From b96f8fb1c1a2c06279acb99f4f3c76b9896ead10 Mon Sep 17 00:00:00 2001 From: Greg Jopa <534034+gregjopa@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:48:34 -0500 Subject: [PATCH] Update the name of the v2 card fields codespaces config --- .../devcontainer.json | 2 +- .../welcome-message.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .devcontainer/{advanced-integration-beta => advanced-integration-v2}/devcontainer.json (96%) rename .devcontainer/{advanced-integration-beta => advanced-integration-v2}/welcome-message.sh (100%) diff --git a/.devcontainer/advanced-integration-beta/devcontainer.json b/.devcontainer/advanced-integration-v2/devcontainer.json similarity index 96% rename from .devcontainer/advanced-integration-beta/devcontainer.json rename to .devcontainer/advanced-integration-v2/devcontainer.json index 818b454f..b3a54490 100644 --- a/.devcontainer/advanced-integration-beta/devcontainer.json +++ b/.devcontainer/advanced-integration-v2/devcontainer.json @@ -1,6 +1,6 @@ // For more details, see https://aka.ms/devcontainer.json. { - "name": "PayPal Advanced Integration (beta)", + "name": "PayPal Advanced Integration (v2)", "image": "mcr.microsoft.com/devcontainers/javascript-node:20", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/beta", // Use 'onCreateCommand' to run commands when creating the container. diff --git a/.devcontainer/advanced-integration-beta/welcome-message.sh b/.devcontainer/advanced-integration-v2/welcome-message.sh similarity index 100% rename from .devcontainer/advanced-integration-beta/welcome-message.sh rename to .devcontainer/advanced-integration-v2/welcome-message.sh