Commit 2882143
committed
extension/src: skip tool existence check if replaced by gopls
When gopls is running, format tools it replaces are ineffective.
This change prevents VS Code Go from prompting for their
installation when gopls is active.
For #3677
Change-Id: Ic1fabf0687b6c9b3687dbc59e2099859b90d2250
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/648415
kokoro-CI: kokoro <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Madeline Kalil <[email protected]>1 parent 8dc2b5a commit 2882143
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
303 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
304 | 314 | | |
305 | 315 | | |
306 | 316 | | |
| |||
0 commit comments