Describe the bug
Pressing up arrow key to navigate to previous commands activates inshellisense autofill popup for some commands and then stops navigating to previous commands.
To Reproduce
Steps to reproduce the behavior:
- Run
ls, press enter. Run node --version, press enter, run ls -la and press enter.
- Press up arrow to navigate to previous command.
- Gets stuck in
node --version autofill popup.
Expected behavior
Pressing up arrow again should show the command ran before node --version in my example, which would be ls.
Environment
- OS: Tuxedo OS
- Output of
is --version: 0.0.1-rc.21
- Nodejs Version: 18.17.1
- Shell: bash
- Shell Version: 5.2.21
Additional context
Issue present in Yakuake, Console, and Pycharm IDE terminal