diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a84aeee..0001f07 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,9 +23,9 @@ ] } }, - "forwardPorts": [3001], + //"forwardPorts": [3001], "postCreateCommand": "go version && go mod download", - "remoteUser": "vscode", + //"remoteUser": "vscode", "features": { } } \ No newline at end of file