()
| 2409 | } |
| 2410 | |
| 2411 | private updateAutocomplete(): void { |
| 2412 | if (!this.autocompleteState || !this.autocompleteProvider) return; |
| 2413 | this.requestAutocomplete({ force: this.autocompleteState === "force", explicitTab: false }); |
| 2414 | } |
| 2415 | } |
no test coverage detected