diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 11b6fb7..b83a17d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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.