vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

gopls: automated issue report (initialization)

Open alyanm opened this issue 1 year ago • 0 comments

gopls version: v0.16.2/go1.23.1 gopls flags: -gocodecompletion -diagnostics update flags: proxy extension version: 0.42.1 environment: Visual Studio Code darwin initialization error: Error: Pending response rejected since connection got disposed issue timestamp: Thu, 03 Oct 2024 16:00:11 GMT restart history: Wed, 02 Oct 2024 16:52:08 GMT: activation (enabled: true) Thu, 03 Oct 2024 15:56:11 GMT: config change (enabled: true) Thu, 03 Oct 2024 15:56:43 GMT: config change (enabled: true) Thu, 03 Oct 2024 15:59:29 GMT: config change (enabled: true) Thu, 03 Oct 2024 15:59:40 GMT: config change (enabled: true) Thu, 03 Oct 2024 15:59:43 GMT: config change (enabled: true) Thu, 03 Oct 2024 15:59:57 GMT: config change (enabled: true) Thu, 03 Oct 2024 16:00:11 GMT: config change (enabled: true)

ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.

Describe what you observed.

gopls client: couldn't create connection to server.
  Message: Pending response rejected since connection got disposed
  Code: -32097 
gopls stats -anon { "DirStats": { "Files": 4, "TestdataFiles": 0, "GoFiles": 1, "ModFiles": 1, "Dirs": 1 }, "GOARCH": "amd64", "GOOS": "darwin", "GOPACKAGESDRIVER": "", "GOPLSCACHE": "", "GoVersion": "go1.23.1", "GoplsVersion": "v0.16.2", "InitialWorkspaceLoadDuration": "371.62034ms", "MemStats": { "HeapAlloc": 7387336, "HeapInUse": 12582912, "TotalAlloc": 78099416 }, "WorkspaceStats": { "Files": { "Total": 496, "Largest": 213040, "Errs": 0 }, "Views": [ { "GoCommandVersion": "go1.23.1", "AllPackages": { "Packages": 57, "LargestPackage": 158, "CompiledGoFiles": 492, "Modules": 2 }, "WorkspacePackages": { "Packages": 1, "LargestPackage": 1, "CompiledGoFiles": 1, "Modules": 1 }, "Diagnostics": 0 } ] } }

OPTIONAL: If you would like to share more information, you can attach your complete gopls logs.

NOTE: THESE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR CODEBASE. DO NOT SHARE LOGS IF YOU ARE WORKING IN A PRIVATE REPOSITORY.

<OPTIONAL: ATTACH LOGS HERE>

alyanm avatar Oct 03 '24 16:10 alyanm