We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
go version go1.13.1 darwin/amd64
code -v
code-insiders -v
1.48.2 a0479759d6e9ea56afa657e454193f72aef85bd0 x64
v0.16.1
go env
GO111MODULE="" GOARCH="amd64" GOBIN="" GOCACHE="/Users/festo/Library/Caches/go-build" GOENV="/Users/festo/Library/Application Support/go/env" GOEXE="" GOFLAGS="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GONOPROXY="" GONOSUMDB="" GOOS="darwin" GOPATH="/Users/festo/projects" GOPRIVATE="" GOPROXY="https://proxy.golang.org,direct" GOROOT="/usr/local/Cellar/go/1.13.1/libexec" GOSUMDB="sum.golang.org" GOTMPDIR="" GOTOOLDIR="/usr/local/Cellar/go/1.13.1/libexec/pkg/tool/darwin_amd64" GCCGO="gccgo" AR="ar" CC="clang" CXX="clang++" CGO_ENABLED="1" GOMOD="" CGO_CFLAGS="-g -O2" CGO_CPPFLAGS="" CGO_CXXFLAGS="-g -O2" CGO_FFLAGS="-g -O2" CGO_LDFLAGS="-g -O2" PKG_CONFIG="pkg-config" GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/rw/8nr3dydx39xgdjs1hld1dws00000gn/T/go-build888602545=/tmp/go-build -gno-record-gcc-switches -fno-common"
"go.lintFlags": [ "--fast" ], "[go]": { "editor.formatOnSave": true }, "go.lintTool": "golangci-lint", "go.useLanguageServer": true, "go.formatTool": "gofmt",
The editor doesn't mark deprecated functions with a strikethrough
// Deprecated: ...
The text was updated successfully, but these errors were encountered:
Language server can provide the deprecation diagnostic tag, and it looks like there is already a feature request in gopls side golang/go#40447.
cc @stamblerre
Sorry, something went wrong.
Yep, let's close this as a duplicate.
Duplicate of golang/go#40447
No branches or pull requests
What version of Go, VS Code & VS Code Go extension are you using?
go version
to get version of Gogo version go1.13.1 darwin/amd64
code -v
orcode-insiders -v
to get version of VS Code or VS Code Insidersv0.16.1
go env
to get the go development environment detailsShare the Go related settings you have added/edited
Describe the bug
The editor doesn't mark deprecated functions with a strikethrough
Steps to reproduce the behaviour:
// Deprecated: ...
commentScreenshots or recordings
The text was updated successfully, but these errors were encountered: