Even though the Autocomplete feature is disabled, it still activates when opening a file. This unexpected behavior triggers token usage, resulting in unnecessary costs.
In: `useAutocomplete::154` `shouldUseVirtualFocus` is getting set to false here because the GridList has a tab index of 0, which then means that `disallowTypeahead` is always set to false.