You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: