I only tested this codespace locally using VSCode Dev Container but I noticed that the default Go extension wasn't installed. I expected golang.go to be installed and I'm not sure if that's something on my side or an omission.
I installed the extension on the container from VSCode and installed the tools but got permission denied when I tried to install the dependency tools. It looks like the dependencies are installed on my local machine instead of the container. I'm not sure if that's a template issue or a VSCode Go extension issue. @ramya-rao-a any idea?
I only tested this codespace locally using VSCode Dev Container but I noticed that the default Go extension wasn't installed. I expected
golang.goto be installed and I'm not sure if that's something on my side or an omission.I installed the extension on the container from VSCode and installed the tools but got permission denied when I tried to install the dependency tools. It looks like the dependencies are installed on my local machine instead of the container. I'm not sure if that's a template issue or a VSCode Go extension issue. @ramya-rao-a any idea?