microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.53k stars 29.4k forks source link

Terminal suggest: Problems when typing quickly when completions are requested #222191

Open Tyriar opened 4 months ago

Tyriar commented 4 months ago

Repro:

  1. mac/pwsh
  2. suggest enabled
  3. type git co -b tyriar quickly

Recording 2024-07-19 at 07 20 27

Tyriar commented 3 months ago

This is much less of an issue now that branches are no longer requested after the -b. It still prints -bb twice briefly though