-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/gopls/codelens: move codelense test to gopls-based test
Instead of using the legacy document symbol provider, this test will use the gopls-based go document symbol provider to find the test function code lens places. goplsTestEnv.utils.ts is a collection of helpers that starts the gopls and collects the logs. They have been used by tests in test/gopls/extension.test.ts. Now we are moving to a separate file so other tests can use them to interact with gopls. For #2799 For #1020 Change-Id: Ib3582073960db67e1f1ec5b284ab4945258cb62a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/535255 Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
- Loading branch information
Showing
3 changed files
with
190 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.