Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls: Suggestion - Offer pre-release versions of gopls to Visual Studio Code extension users #38254

Closed
deoren opened this issue Apr 5, 2020 · 3 comments
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@deoren
Copy link

deoren commented Apr 5, 2020

What version of Go are you using (go version)?

$ go version

go version go1.14.1 windows/amd64

Does this issue reproduce with the latest release?

Yes.

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\deoren\AppData\Local\go-build
set GOENV=C:\Users\deoren\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\deoren\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=c:\go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\deoren\AppData\Local\Temp\go-build172406058=/tmp/go-build -gno-record-gcc-switches

What did you do?

Ask if it was possible to opt-in to gopls pre-release versions similar to how Visual Studio Code - Insiders handles PowerShell extension updates:

  • PowerShell
    • the stable extension
  • PowerShell Preview
    • a semi-regular update of pre-release extension code updates

A toggle within Visual Studio Code to allow pre-release versions of gopls would be useful, if not offering a separate "preview" extension that offers the latest of stable or pre-release builds of gopls.

What did you expect to see?

Option for installation of pre-release versions.

What did you see instead?

Offered gopls releases appear to be limited to stable releases.

Other

I understand that the behavior I am describing appears to be centered on Visual Studio Code specifically, but I assume that there would need to be integration of some kind between this official project and the Visual Studio Code extension.

Related issue in that repo:

microsoft/vscode-go#3153

@gopherbot gopherbot added this to the Unreleased milestone Apr 5, 2020
@gopherbot gopherbot added the Tools This label describes issues relating to any tools in the x/tools repository. label Apr 5, 2020
@gopherbot
Copy link

Thank you for filing a gopls issue! Please take a look at the Troubleshooting guide, and make sure that you have provided all of the relevant information here.

@gopherbot gopherbot added the gopls Issues related to the Go language server, gopls. label Apr 5, 2020
@stamblerre
Copy link
Contributor

This is actually something that only needs to be handled on the client side (in this case, VS Code, but it could any editor). We also already have this set up with the Go Nightly extension, as I mentioned on microsoft/vscode-go#3153. Go Nightly is still pretty new, which is why we haven't encouraged people to use it yet, so thanks for filing these issues to ask!

@deoren
Copy link
Author

deoren commented Apr 8, 2020

This is actually something that only needs to be handled on the client side (in this case, VS Code, but it could any editor). We also already have this set up with the Go Nightly extension, as I mentioned on microsoft/vscode-go#3153. Go Nightly is still pretty new, which is why we haven't encouraged people to use it yet, so thanks for filing these issues to ask!

Thanks @stamblerre. I can only imagine the number of duplicate requests that you get; thanks for being so kind in your response.

@golang golang locked and limited conversation to collaborators Apr 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants