microsoft / inshellisense

IDE style command line auto complete
MIT License
8.22k stars 180 forks source link

fix: description positioning when larger than suggestions card #119

Closed cpendery closed 6 months ago

cpendery commented 6 months ago

Description

Fixes the error where the description will hang into the user's prompt area if it is larger than the suggestion list. Closes #105

Testing

Before

image

After

image