For any files which have linux
or windows
in their names, got this error: This file is within module ".", which is not included in your workspace.
#3120
Labels
FrozenDueToAge
gopls
gopls related issues
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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.Share the Go related settings you have added/edited
Describe the bug
I am using VS code with Go extension to check Kubernetes source code in my macOS, and I found for any files which have
linux
orwindows
in their names (e.g.cgroup_manager_linux.go
), I always get this error:Steps to reproduce the behavior:
linux
orwindows
in their names.The text was updated successfully, but these errors were encountered: