Skip to content

Commit 2c91bf2

Browse files
committed
change devcontainer names
1 parent 5e13a25 commit 2c91bf2

File tree

14 files changed

+10
-144
lines changed

14 files changed

+10
-144
lines changed

.devcontainer/advanced-integration-v1/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "PayPal Advanced Integration (v1)",
3+
"name": "advanced-integration-v1",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/v1",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-html-dotnet/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/html/dotnet",
3+
"name": "advanced-integration-v2/html/dotnet",
44
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-html-java/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/html/java",
3+
"name": "advanced-integration-v2/html/java",
44
"image": "mcr.microsoft.com/devcontainers/java:21",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-html-node/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/html/node",
3+
"name": "advanced-integration-v2/html/node",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-html-php/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/html/php",
3+
"name": "advanced-integration-v2/html/php",
44
"image": "mcr.microsoft.com/devcontainers/php:8",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-react-dotnet/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": " advanced-integration/react/dotnet",
3+
"name": " advanced-integration-v2/react/dotnet",
44
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-react-java/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/react/java",
3+
"name": "advanced-integration-v2/react/java",
44
"image": "mcr.microsoft.com/devcontainers/java:21",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-react-node/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/react/node",
3+
"name": "advanced-integration-v2/react/node",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2-react-php/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "advanced-integration/react/php",
3+
"name": "advanced-integration-v2/react/php",
44
"image": "mcr.microsoft.com/devcontainers/php:8",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/advanced-integration-v2/devcontainer.json

-44
This file was deleted.

.devcontainer/advanced-integration-v2/welcome-message.sh

-23
This file was deleted.

.devcontainer/save-payment-method/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// For more details, see https://aka.ms/devcontainer.json.
22
{
3-
"name": "PayPal Save Payment Method",
3+
"name": "save-payment-metthod",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
55
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/save-payment-method",
66
// Use 'onCreateCommand' to run commands when creating the container.

.devcontainer/standard-integration/devcontainer.json

-44
This file was deleted.

.devcontainer/standard-integration/welcome-message.sh

-23
This file was deleted.

0 commit comments

Comments
 (0)