go icon indicating copy to clipboard operation
go copied to clipboard

Go for Visual Studio Code extension

Open mattetti opened this issue 5 years ago • 2 comments

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?

mattetti avatar Jun 08 '20 22:06 mattetti

@hyangah or @stamblerre might be able to help

ramya-rao-a avatar Jun 09 '20 16:06 ramya-rao-a

We actually have an issue for this already: https://github.com/golang/vscode-go/issues/157. Let's continue the discussion there.

stamblerre avatar Jun 09 '20 17:06 stamblerre