Add port attributes

This commit is contained in:
bamurtaugh
2021-03-05 20:02:59 +00:00
parent bb4d9008fe
commit 8e814e260c

View File

@@ -19,7 +19,13 @@
"terminal.integrated.shell.linux": "/bin/bash",
"go.useGoProxyToCheckForToolUpdates": false,
"go.gopath": "/go",
"go.useLanguageServer": true
"go.useLanguageServer": true,
"remote.portsAttributes": {
"9000": {
"label": "My Port",
"onAutoForward": "notify"
}
}
},
// Add the IDs of extensions you want installed when the container is created.