Update comments

This commit is contained in:
bamurtaugh
2021-04-19 12:32:55 -07:00
parent 3f6719cffa
commit bc8d47b6d1

View File

@@ -30,8 +30,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [9000],
// Use 'portsAttributes' to set default properties for specific forwarded ports.
// You can use a port number (i.e. 9000), range of numbers, or a regex to match the running process.
// Use 'portsAttributes' to set default properties for specific forwarded ports. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference.
"portsAttributes": {
"9000": {
"label": "Hello Remote World",
@@ -47,6 +46,6 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// Uncomment to connect as a non-root user. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}