Commit 20da28f
extension/test: move codelens test with invalid name to separate module
Go1.24 change go vet causing the test in codelens_test.go failure. The
failure is caused by codelens2_test.go's function name, including:
- ExampleFunction refers to unknown identifier
- Test has malformed name: first letter after 'Test' must
not be lowercase.
See https://tip.golang.org/doc/go1.24#vet
codelens2_test.go indirectly causes failures when codelens_test.go is
debuged.
Remove unused LSPAny from vscode-languageserver-node.
Change-Id: I111f46b5659e2fec968fb71f62e632dfea1ec133
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/649475
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>1 parent 05a7746 commit 20da28f
File tree
5 files changed
+7
-4
lines changed- extension
- src/language
- test
- gopls
- testdata/codelens/testnames
5 files changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments