File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ is executed, and its output is printed to stdout.
42
42
43
43
Example:
44
44
45
- $ gopls codelens a_test.go # list code lenses in a file
46
- $ gopls codelens a_test.go:10 # list code lenses on line 10
47
- $ gopls codelens a_test.go gopls.test # list gopls.test commands
48
- $ gopls codelens -run a_test.go:10 gopls.test # run a specific test
45
+ $ gopls codelens a_test.go # list code lenses in a file
46
+ $ gopls codelens a_test.go:10 # list code lenses on line 10
47
+ $ gopls codelens a_test.go gopls.test # list gopls.test commands
48
+ $ gopls codelens -exec a_test.go:10 gopls.test # run a specific test
49
49
50
50
codelens-flags:
51
51
` )
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ is executed, and its output is printed to stdout.
17
17
18
18
Example:
19
19
20
- $ gopls codelens a_test.go # list code lenses in a file
21
- $ gopls codelens a_test.go:10 # list code lenses on line 10
22
- $ gopls codelens a_test.go gopls.test # list gopls.test commands
23
- $ gopls codelens -run a_test.go:10 gopls.test # run a specific test
20
+ $ gopls codelens a_test.go # list code lenses in a file
21
+ $ gopls codelens a_test.go:10 # list code lenses on line 10
22
+ $ gopls codelens a_test.go gopls.test # list gopls.test commands
23
+ $ gopls codelens -exec a_test.go:10 gopls.test # run a specific test
24
24
25
25
codelens-flags:
26
26
-d,-diff
You can’t perform that action at this time.
0 commit comments