Skip to content

Commit

Permalink
change devcontainer names
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaidipati committed Sep 26, 2024
1 parent 5e13a25 commit 2c91bf2
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/advanced-integration-v1/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "PayPal Advanced Integration (v1)",
"name": "advanced-integration-v1",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/advanced-integration/v1",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/html/dotnet",
"name": "advanced-integration-v2/html/dotnet",
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/html/java",
"name": "advanced-integration-v2/html/java",
"image": "mcr.microsoft.com/devcontainers/java:21",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/html/node",
"name": "advanced-integration-v2/html/node",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/html/php",
"name": "advanced-integration-v2/html/php",
"image": "mcr.microsoft.com/devcontainers/php:8",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": " advanced-integration/react/dotnet",
"name": " advanced-integration-v2/react/dotnet",
"image": "mcr.microsoft.com/devcontainers/dotnet:8.0",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/react/java",
"name": "advanced-integration-v2/react/java",
"image": "mcr.microsoft.com/devcontainers/java:21",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/react/node",
"name": "advanced-integration-v2/react/node",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "advanced-integration/react/php",
"name": "advanced-integration-v2/react/php",
"image": "mcr.microsoft.com/devcontainers/php:8",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
44 changes: 0 additions & 44 deletions .devcontainer/advanced-integration-v2/devcontainer.json

This file was deleted.

23 changes: 0 additions & 23 deletions .devcontainer/advanced-integration-v2/welcome-message.sh

This file was deleted.

2 changes: 1 addition & 1 deletion .devcontainer/save-payment-method/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// For more details, see https://aka.ms/devcontainer.json.
{
"name": "PayPal Save Payment Method",
"name": "save-payment-metthod",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/save-payment-method",
// Use 'onCreateCommand' to run commands when creating the container.
Expand Down
44 changes: 0 additions & 44 deletions .devcontainer/standard-integration/devcontainer.json

This file was deleted.

23 changes: 0 additions & 23 deletions .devcontainer/standard-integration/welcome-message.sh

This file was deleted.

0 comments on commit 2c91bf2

Please sign in to comment.