We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7fd3d0 commit 5e0a065Copy full SHA for 5e0a065
1 file changed
.devcontainer/standard-integration/devcontainer.json
@@ -2,7 +2,7 @@
2
{
3
"name": "PayPal Standard Integration",
4
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
5
- "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/standard-integration",
+ "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
6
// Use 'postCreateCommand' to run commands after the container is created.
7
"postCreateCommand": "npm install",
8
// Use 'postAttachCommand' to run commands when attaching to the container.
0 commit comments