microsoft / inshellisense

IDE style command line auto complete
MIT License
8.21k stars 179 forks source link

fix: suggestion appears and hangs after enter #236

Closed cpendery closed 2 months ago

cpendery commented 2 months ago

I missed the case in #234 where a suggestion erroneously appears after a user hits enter because of whitespace detected when there was no suggestion at the point of hitting enter. This moves the command clearing above the check for suggestions so that it is always cleared, even if suggestions are visible or not