()
| 287 | * Hide the LSP status bar (legacy support - hides all) |
| 288 | */ |
| 289 | export function hideLspStatus() { |
| 290 | activeProgress.clear(); |
| 291 | hideStatusBar(); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Update a progress item |
nothing calls this directly
no test coverage detected