We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a354698 commit a2074e9Copy full SHA for a2074e9
.devcontainer/save-payment-method/devcontainer.json
@@ -1,10 +1,9 @@
1
-
2
// For more details, see https://aka.ms/devcontainer.json.
3
{
4
"name": "PayPal Save Payment Method",
5
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
6
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/save-payment-method",
7
- // Use 'onCreateCommand' to run commands when creating the container.
+ // Use 'onCreateCommand' to run commands when creating the container.
8
"onCreateCommand": "bash ../.devcontainer/save-payment-method/welcome-message.sh",
9
// Use 'postCreateCommand' to run commands after the container is created.
10
"postCreateCommand": "npm install",
0 commit comments