(explicitTab: boolean = false)
| 2223 | } |
| 2224 | |
| 2225 | private forceFileAutocomplete(explicitTab: boolean = false): void { |
| 2226 | this.requestAutocomplete({ force: true, explicitTab }); |
| 2227 | } |
| 2228 | |
| 2229 | private requestAutocomplete(options: { force: boolean; explicitTab: boolean }): void { |
| 2230 | if (!this.autocompleteProvider) return; |
no test coverage detected