Fix typo in devcontainer.json (#9364)

Merge pull request 9364
This commit is contained in:
Ram Vasuthevan
2023-08-13 20:32:28 -04:00
committed by GitHub
parent 16fb63a326
commit 8c4bed5e4f

View File

@@ -12,15 +12,15 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
]
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bundle install",
"postCreateCommand": "bundle install"
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}
}