Commit 6bb2321
committed
extension/src/goInstallTools: run updateImportantToolsStatus always
I noticed that the language bar status shows only "Analysis tools"
and nothing more when my environment is already setup and there is
no missing tool.
Even when all tools are installed, we need to run
updateImportantToolsStatus to set up the update command
and update the presentation. Add tests too.
Change-Id: I18a0a9b35f7651473fc7a7717303d5bd6f75901e
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/562400
Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Suzy Mueller <suzmue@golang.org>1 parent 5382d03 commit 6bb2321
File tree
2 files changed
+11
-2
lines changed- extension
- src
- test/integration
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
559 | 562 | | |
560 | 563 | | |
561 | 564 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
416 | | - | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
417 | 423 | | |
418 | 424 | | |
419 | 425 | | |
| |||
0 commit comments