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.
goplsIssues related to the Go language server, gopls.TestingAn issue that has been verified to require only test changes, not just a test failure.ToolsThis label describes issues relating to any tools in the x/tools repository.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Jun 9, 2022
Hey @suzmue 👋 , would like to help out with this issue. Would be great if you can please provide some more context regarding what needs to be done here. Thanks! 🙌
With the addition of features that are exposed through inlay hints, we may want to add source tests for these features (code pointer here).
These tests would need to call the source package's implementation here.
The lsp tests currently take the approach of getting the inlay hints for the whole file and then applying them to the document as if they were text edits. It will probably require some additional set up to be able to track what inlay hints we are expecting from these source tests.
findleyr
added
the
Testing
An issue that has been verified to require only test changes, not just a test failure.
label
Jul 14, 2022
goplsIssues related to the Go language server, gopls.TestingAn issue that has been verified to require only test changes, not just a test failure.ToolsThis label describes issues relating to any tools in the x/tools repository.
Track progress of source tests for inlay hints.
The text was updated successfully, but these errors were encountered: