Commit 5212b15
committed
extension/src/goTools.ts: remove unused fields from Tool.
`close` was used to shut down old tools like `gocode`.
That is no longer used. Delete it.
`maximumGoVersion` was used when the extension had to
choose different tools depending on the go version.
We no longer use it. Delete it.
Change-Id: Ie4963c084f78b5d3c853fcf6a2828af2aacb318f
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/618355
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
kokoro-CI: kokoro <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>1 parent bd65f44 commit 5212b15
2 files changed
+2
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | 292 | | |
301 | 293 | | |
302 | 294 | | |
| |||
365 | 357 | | |
366 | 358 | | |
367 | 359 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | 360 | | |
377 | 361 | | |
378 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 43 | | |
50 | 44 | | |
51 | 45 | | |
| |||
0 commit comments