Skip to content

Commit 2fe4131

Browse files
committed
Use vscode remote
1 parent 228b700 commit 2fe4131

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
// Use 'forwardPorts' to make a list of ports inside the container available locally.
5353
"forwardPorts": [
5454
5000, 5432
55-
]
55+
],
5656
// Use 'postCreateCommand' to run commands after the container is created.
5757
// "postCreateCommand": "",
58-
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
59-
// "remoteUser": "vscode"
58+
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
59+
"remoteUser": "vscode"
6060
}

0 commit comments

Comments
 (0)