Update remote port and readme

This commit is contained in:
bamurtaugh
2021-03-16 16:08:38 +00:00
parent 9a80e63b43
commit 3486e1e695
2 changed files with 10 additions and 8 deletions

View File

@@ -19,13 +19,7 @@
"terminal.integrated.shell.linux": "/bin/bash",
"go.toolsManagement.checkForUpdates": "local",
"go.gopath": "/go",
"go.useLanguageServer": true,
"remote.portsAttributes": {
"9000": {
"label": "My Port",
"onAutoForward": "notify"
}
}
"go.useLanguageServer": true
},
// Add the IDs of extensions you want installed when the container is created.
@@ -39,6 +33,14 @@
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version",
// Use 'portsAttributes' to set default properties for specific forwarded ports.
"portsAttributes": {
"9000": {
"label": "Hello Remote World",
"onAutoForward": "notify"
}
},
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}