Clear the directories with rm -rf /home/vscode/go
and then try mage init
to redownload packages.
Known issue: Haven't figured out why this is being set incorrectly yet
- Run
go clean -modcache && go mod tidy
.
You are in an isolated, self-contained Docker setup. The ports internally aren't the same as externally in your host OS. If the port forward isn't discovered automatically, enable it yourself, by using the port forward tab (next to the terminal tab).
- You should see a port forward once the services are up (next to the terminal button in the bottom pane).
- If the click to open url doesn't work, try accessing the path manually, and ensure it is
https
. Example:https://127.0.0.1:9999
- If the click to open url doesn't work, try accessing the path manually, and ensure it is
You can choose the external port to access, or even click on it in the tab and it will open in your host for you.