Robert Findley

Results 271 comments of Robert Findley

Thanks for the report. Can you please share the log you see in the gopls output channel and tell us when you observed this popup (e.g. I was updating `gopls`,...

Thanks for reporting. @hyangah -- this happens to be fixed by https://go.dev/cl/405254.

Thanks for reporting. IIRC we've seen problems like this in the integrated output panel, and it's not straightforward to fix on our end. Unfortunately this is not likely to get...

Hi, thanks for the suggestion. This makes sense, though unlikely to be prioritized soon (the team is busy working on debugging and gopls). Looking at the available APIs I think...

@hyangah FWIW my comment was based on https://github.com/microsoft/vscode/issues/426. Gopls could definitely provide the candidate list. I think the hardest part of implementing this would be figuring out if the desired...

This feature could be useful, but we won't have time to work on it anytime soon. It mostly needs some UI research to see if there is a clean way...

@polinasok since this is assigned, I'll move it into the next release milestone. LMK if this should go into `On Deck` instead.

Thanks for the issue. We've been discussing this problem, and agree that we should do something in this direction. You may already be aware of the gopls `directoryFilters` option: https://github.com/golang/tools/blob/master/gopls/doc/settings.md#directoryfilters-string...

Depending on the outcome of golang/go#46438, we might be able to automatically set directoryFilters based on vscode settings.

@hyangah yes gopls will narrow the workspace to a single module if it exists, but if two modules exist in subdirectories then it doesn't know what to do, because it...