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.
2 parents e1dacf4 + 5e0a065 commit f6d2503Copy full SHA for f6d2503
.devcontainer/standard-integration/devcontainer.json
@@ -2,9 +2,7 @@
2
{
3
"name": "PayPal Standard Integration",
4
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
5
- "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/standard-integration",
6
- // Use 'onCreateCommand' to run commands when creating the container.
7
- "onCreateCommand": "bash ../.devcontainer/standard-integration/welcome-message.sh",
+ "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
8
// Use 'postCreateCommand' to run commands after the container is created.
9
"postCreateCommand": "npm install",
10
// Use 'postAttachCommand' to run commands when attaching to the container.
@@ -37,4 +35,4 @@
37
35
}
38
36
39
40
-}
+}
0 commit comments