Skip to content

Commit 719fbb5

Browse files
committed
Add comment to explain why gopkgs is still needed
It is still needed even with gopls: microsoft/vscode-go#3050 (comment)
1 parent a1b7897 commit 719fbb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update \
3030
honnef.co/go/tools/...@latest \
3131
github.com/mdempsky/gocode@latest \
3232
github.com/sqs/goreturns@latest \
33+
# gopkgs is still needed even with gopls: https://github.com/microsoft/vscode-go/issues/3050#issuecomment-592263369
3334
github.com/uudashr/gopkgs/v2/cmd/gopkgs@latest \
3435
github.com/ramya-rao-a/go-outline@latest \
3536
github.com/acroca/go-symbols@latest \

0 commit comments

Comments
 (0)