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 228b700 commit 2fe4131Copy full SHA for 2fe4131
.devcontainer/devcontainer.json
@@ -52,9 +52,9 @@
52
// Use 'forwardPorts' to make a list of ports inside the container available locally.
53
"forwardPorts": [
54
5000, 5432
55
- ]
+ ],
56
// Use 'postCreateCommand' to run commands after the container is created.
57
// "postCreateCommand": "",
58
- // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
59
- // "remoteUser": "vscode"
+ // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
+ "remoteUser": "vscode"
60
}
0 commit comments