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
go: /usr/bin/go: go version go1.23.4 linux/amd64
gopls: /home/bigon/go/bin/gopls (version: v0.17.1 built with go: go1.23.4)
gotests: not installed
gomodifytags: not installed
impl: not installed
goplay: not installed
dlv: /usr/bin/dlv (version: undefined built with go: go1.23.4)
staticcheck: /home/bigon/go/bin/staticcheck (version: v0.5.1 built with go: go1.23.4)
I also see the following error in the gopls server output:
[Error - 16:49:00] Request textDocument/documentSymbol failed.
Error: name must not be falsy
at Function.validate (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:33647)
at new Gd (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:109:33936)
at asDocumentSymbol (/home/bigon/.vscode/extensions/golang.go-0.44.0/dist/goMain.js:14573:22)
at convertBatch (/home/bigon/.vscode/extensions/golang.go-0.44.0/dist/goMain.js:12968:23)
at Object.map (/home/bigon/.vscode/extensions/golang.go-0.44.0/dist/goMain.js:12976:19)
at Object.asDocumentSymbols (/home/bigon/.vscode/extensions/golang.go-0.44.0/dist/goMain.js:14570:22)
at _provideDocumentSymbols (/home/bigon/.vscode/extensions/golang.go-0.44.0/dist/goMain.js:18861:64)
at uI.provideDocumentSymbols (file:///usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:138:126457)
What version of Go, VS Code & VS Code Go extension are you using?
Version Information
go version
to get version of Go from the VS Code integrated terminal.gopls -v version
to get version of Gopls from the VS Code integrated terminal.code -v
orcode-insiders -v
to get version of VS Code or VS Code Insiders.Go: Locate Configured Go Tools
command.Tools Configuration
Environment
GOBIN: undefined
toolsGopath:
gopath: /home/bigon/go
GOROOT: /usr/lib/go-1.23
PATH: /home/bigon/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
Tools
Go env
Workspace Folder (thanos-receivers): /home/bigon/Boulot//code/thanos-receivers
Share the Go related settings you have added/edited
Default config
Describe the bug
No syntax highlighting for gotmpl
I'm expecting to have some colors and highlighting
Steps to reproduce the behavior:
Screenshots or recordings
If applicable, add screenshots or recordings to help explain your problem.
The text was updated successfully, but these errors were encountered: